anselmh / object-fit

Polyfill (mostly IE) for CSS object-fit property to fill-in/fit-in images into containers.
MIT License
996 stars 93 forks source link

IE9 not working #35

Closed djmtype closed 9 years ago

djmtype commented 9 years ago

First, I tried the polyfill on my site. In IE9, it wasn't displaying as intended. So, I took your example and tried it. https://github.com/anselmh/object-fit/blob/master/tests/index-cover.html

In IE9, it's not working. No errors on the page. Native browsers that support object-fit applied to <img> display just fine.

anselmh commented 9 years ago

This is probably a duplicate to #38.