louisremi / background-size-polyfill

Adds support for background-size "cover" and "contain" to IE8
http://louisremi.github.com/background-size-polyfill/
MIT License
1.26k stars 359 forks source link

Just doesnt work - update until you resize browser #65

Open michaelDotco2 opened 9 years ago

michaelDotco2 commented 9 years ago

I am running mamp.

Followed instructions.

Tried to access the site on an IE laptop.

Doesnt work.

michaelDotco2 commented 9 years ago

Sorry update on this, it does work (in IE 8). However only after you have resized the browser window.

michaelDotco2 commented 9 years ago

$(element).hide(); setTimeout(function(){ $(element).show(); }, 2);

temporary fix seems to make it work.

codeofsumit commented 9 years ago

same issue. It works a lot of times but every now and then it doesn't, only after a resize.