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

Load images before objectFit calculations in partial support Edge browsers #52

Closed DKvistgaard closed 5 years ago

DKvistgaard commented 5 years ago

Doesn't exclude partial support Edge browsers from the "wait until images has loaded" setup.

Fixes #51

cee-chen commented 5 years ago

Should be fixed now in master per #51 discussion. Thanks so much for reporting this issue! 🙏