dryhurst/jquery-tubular

Does't work in IE

Opened this issue · 3 comments

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

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