In the spirit of [27622], add a few CSS rules to ensure that videos will be responsive, regardless of theme.

Props Funkatronic.
Fixes #28414.


git-svn-id: https://develop.svn.wordpress.org/trunk@28650 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor 2014-06-02 00:39:47 +00:00
parent 58690d7b97
commit 174af6cca4
1 changed files with 6 additions and 0 deletions

View File

@ -88,6 +88,12 @@
margin: 0 0 10px;
}
video.wp-video-shortcode,
.wp-video-shortcode video {
max-width: 100%;
display: inline-block;
}
.video-details .wp-video-holder {
width: 100%;
max-width: 640px;