[wp-trac] [WordPress Trac] #42246: Videos from YouTube and Vimeo fail to render in video shortcodes
WordPress Trac
noreply at wordpress.org
Mon Oct 16 22:29:21 UTC 2017
#42246: Videos from YouTube and Vimeo fail to render in video shortcodes
--------------------------+------------------
Reporter: westonruter | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 4.9
Component: Media | Version:
Severity: normal | Resolution:
Keywords: | Focuses:
--------------------------+------------------
Comment (by westonruter):
The iframe in Chrome looks like:
{{{
<iframe id="video-1836-1_vimeo_iframe" frameborder="0"
src="https://player.vimeo.com/video/108650530?loop=0&_=1"
webkitallowfullscreen="" mozallowfullscreen="" allowfullscreen="" data-
ratio="0.5625" data-width="600" data-height="337.5" style="display: block;
margin: 0px; width: 0px; height: 0px;" data-ready="true"></iframe>
}}}
Whereas in Firefox it looks like:
{{{
<iframe id="video-1836-1_vimeo_iframe"
src="https://player.vimeo.com/video/108650530?loop=0&_=1"
webkitallowfullscreen="" mozallowfullscreen="" allowfullscreen="" data-
ratio="0.5625" data-width="600" data-height="337.5" style="display: block;
margin: 0px; width: 600px; height: 337.5px;" data-ready="true"
frameborder="0"></iframe>
}}}
Notice how the `width` and `height` vary.
@rafa8626 I recall sharing these with you previously but you weren't able
to replicate the problem. Is that still the case? In Chrome in Twenty
Fifteen can you replicate it?
--
Ticket URL: <https://core.trac.wordpress.org/ticket/42246#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list