[wp-trac] [WordPress Trac] #27211: Firefox + Videos = Sad
WordPress Trac
noreply at wordpress.org
Tue Feb 25 20:23:41 UTC 2014
#27211: Firefox + Videos = Sad
----------------------------+----------------------------------------
Reporter: wonderboymusic | Owner:
Type: defect (bug) | Status: new
Priority: high | Milestone: 3.9
Component: Media | Version: trunk
Severity: major | Keywords: needs-patch good-first-bug
Focuses: ui |
----------------------------+----------------------------------------
Paste this into your post and then fire up Firefox:
`[video src="https://www.youtube.com/watch?v=Y1ygM060N3g"][/video]`
Also, in video playlists: I am trying everything to render videos in the
proper aspect ratio. Firefox + MediaElement make the videos too tall.
This was happening in Chrome in 2011 and 2010 themes until I added the
following rules from 2014 into `wp-mediaelement.css`:
{{{
.wp-playlist audio,
.wp-playlist video {
display: inline-block;
max-width: 100%;
}
}}}
Attaching a screenshot of the chromeless YouTube vid.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/27211>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list