About

The Embed Element represents an integration point for plugin.

DOM Accessor

The document property document.embeds and document.plugins return an HTMLCollection of the embed elements in the Document.

Style

To overcome that the images overflow their container, you can use this rule

img, embed, object, video {
  max-width: 100%;
}