Languages: English • 日本語 • (Add your language)
The Embed feature allows you to wrap embedded items using a simple Shortcode to set of a maximum (but not fixed) width and height. This was added as of WordPress 3.6 and is used like this:
[embed]...[/embed]
I have an embedded item, and I want to set max dimentions:
[embed width="123" height="456"]...[/embed]
The following basic options are supported:
The embed shortcode is located in wp-includes/class-wp-embed.php.
WordPress Shortcodes:
[audio],
[caption],
[embed],
[gallery],
[playlist],
[video]