cee-chen / object-fit-polyfill

A Javascript polyfill for browsers that don't support the object-fit CSS property.
ISC License
496 stars 93 forks source link

Image only loads after window is resize once in Edge 13/14 #2

Closed bdbch closed 8 years ago

bdbch commented 8 years ago

Browser: IE10, IE11, Edge 13, Edge 14 Using Picture-Element

Image is only visible after the window is resized once.

bdbch commented 8 years ago

This is caused because I used the picture as an absolute element, the script changes the picture element to relative

hendrikeng commented 7 years ago

I am having the same issue even with relative elements ...how did u solve the issue ?

bdbch commented 7 years ago

I think I just wrapped the image-wrapper with another absolute element so the inner element doesn't care if it's relative.