dinbror / blazy

Hey, be lazy! bLazy.JS is a lightweight pure JavaScript script for lazy loading and multi-serving images. It's working in all modern browsers including IE7+.
http://dinbror.dk/blazy
MIT License
2.63k stars 355 forks source link

Safari iOS 15.4.1 lazy loading not working. #186

Open AleMadLei opened 2 years ago

AleMadLei commented 2 years ago

Images sometimes load and sometimes they won't.

This seems related to the following https://developer.apple.com/documentation/safari-release-notes/safari-15_4-release-notes#HTML, added native lazy loading.

This works well on older iOS safari versions. Just not the latest.

invasi0n commented 1 year ago

Hello! Do you have a solution for this problem? Thank you~

AleMadLei commented 1 year ago

Nope, on the project I was using it we basically removed the library and use the default lazy loading from the browser.