You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 15, 2023. It is now read-only.
[Duplicating my post from the WP plugin support forum]
I'm seeing (or, rather, not seeing) the same thing. Safari (13.0.5 (15608.5.11)) is not loading any images.
No errors or output of any kind in the console. The lazyload.js file is loaded, the images src attribute have all been replaced with the placeholder.svg, and the native-lazyload-js-fallback class is applied.
I've sorted it out. I have a no-js class in my html element that for some reason is not being removed properly by my theme's JavaScript. Removing the no-js class fixes the issue.
FYI I made a silly mistake in my JS replacing the no-js class. I had:
Simply put, images load fine on any browser except Safari, which unfortunately still exists.
Both on iOS and desktop.
Is there a way to disable lazyload for it? A filter maybe?
The text was updated successfully, but these errors were encountered: