cee-chen/object-fit-polyfill

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

bdbch opened this issue · 4 comments

bdbch commented
Image only loads after window is resize once in Edge 13/14
bdbch commented

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

Image is only visible after the window is resized once.

bdbch commented

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

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

bdbch commented

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