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

Ignore repeat? #26

Open teamcrisis opened 11 years ago

teamcrisis commented 11 years ago

I need the property background-repeat:no-repeat; Is there a way to get the polyfill to simply ignore this property?

When I remove it, the polyfill works as expected in IE8, but when I have it defined, the polyfill won't work.

Any way to get this to work with background-repeat:no-repeat;?

jefferyto commented 11 years ago

background-repeat should be ignored completely... Can you post a link demonstrating the issue?