HTML Embeds Require Valid Width
-
There seems to be a new requirement for iframes. The default rules generate this:
<figure class="op-social"><iframe src="https://www.youtube.com..."></iframe></figure>
This used to work, but now it results in errors:
HTML Embeds Require Valid Width: HTML Embeds require a valid integer width in order to be displayed properly.
HTML Embeds Require Valid Height: HTML Embeds require a valid integer height in order to be displayed properly.
Manually adding the “width” and “height” attributes fixes it.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘HTML Embeds Require Valid Width’ is closed to new replies.