Open GoogleCodeExporter opened 9 years ago
Seems a lot of people have this problem but no one is offering a solution.
Original comment by phix...@gmail.com
on 24 May 2014 at 5:59
Add class="clearfix" inside your div and the below in your css and boom!
.clearfix:before,
.clearfix:after {
content: " "; /* 1 */
display: table; /* 2 */
}
.clearfix:after {
clear: both;
}
Original comment by kanell...@gmail.com
on 26 Jun 2014 at 1:29
What you mean by "inside your div" What div? The wrapper? Or its own div.
Doesnt seem to work here. It plays but the video is not fullscreen in IE. Fine
in Chrome.
Original comment by JohnnyAv...@gmail.com
on 9 Jul 2014 at 10:15
Original issue reported on code.google.com by
JCVD...@gmail.com
on 2 May 2013 at 3:47