object-fit-images icon indicating copy to clipboard operation
object-fit-images copied to clipboard

🗻 Polyfill object-fit/object-position on <img>: IE9, IE10, IE11, Edge, Safari, ...

Results 3 object-fit-images issues
Sort by recently updated
recently updated
newest added

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...

bug

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...

enhancement