object-fit-images
object-fit-images copied to clipboard
🗻 Polyfill object-fit/object-position on <img>: IE9, IE10, IE11, Edge, Safari, ...
I have faced with extra reqeust in IE and after investigation I noticed that ofi generates them. I use tag image without src attribute at all (or it can be...
Thanks for this solution. An improvement is to support updating the src attribute. At the moment it does not update the bg image url when the src is updated. https://github.com/bfred-it/object-fit-images/blob/master/index.js#L118...
In my application I have a file upload with an image to display what you just uploaded. I need the load event to get called reliably so that I can...