awaismalik / jquery-tubular

Automatically exported from code.google.com/p/jquery-tubular
MIT License
0 stars 0 forks source link

Does't work in IE #40

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hello evreyone,

I've got a little problem..

When i inplanted the tubular Youtube BG it works perfectly in evry browser but 
not in IE V10.

Can anyone help me with this?

It's pretty urgent.

With Kind Regards,
Joran Veenman

Original issue reported on code.google.com by JCVD...@gmail.com on 2 May 2013 at 3:47

GoogleCodeExporter commented 8 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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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