anselmh / object-fit

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

Firefox 17.0.6 script not responding #28

Closed dmail closed 9 years ago

dmail commented 9 years ago

Firefox 17.0.6 displays a popup indicating the script polyfill.object-fit.min.js:1 is not responding.

I'll try to get more information about this and keep you informed.

anselmh commented 9 years ago

Oh wow, what’s the case for using such an old, outdated Firefox version? How many images have you applied the polyfill on?

dmail commented 9 years ago

One of our customer uses this firefox version for testing purpose. I've used this polyfill only on one video element with object-fit: cover.

anselmh commented 9 years ago

@dmail hey, I cannot reproduce this on a Mac and the current version from master (not the latest published version) of this polyfill. Can you test this with the master source again by any chance? I’ll probably release a bugfix version soon.

anselmh commented 9 years ago

I’m closing this now as not reproducible.