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

background-size with px #36

Closed juliogc closed 5 years ago

juliogc commented 10 years ago

Is this possible to use the polyfill with a predefined size, beyond 'cover' or 'contains' like:

element {

background-size : 500px 200px

}

jefferyto commented 10 years ago

Yes it should work - give it a try! :smile:

mrpritchett commented 10 years ago

The background size will work on modern browsers, but the polyfill has to have cover or contain for ie8.

jefferyto commented 10 years ago

@mrpritchett The polyfill supports lengths (px, %, em, etc) in 0.2.0