Lazy Load Breaks Some Images
-
We are having trouble with a lot of our sites all of a sudden with the Lazy Load Images setting enabled, looks like it started with plugin version 5.5. Some of the images won’t display. It looks like their
src
orsrcset
attributes are getting prepended withdata-
but that isn’t getting removed again when they are scrolled into view. They also aren’t getting thedata-lazyloaded="1"
,data-ll-status="loaded"
, orclass="entered litespeed-loaded"
attributes/classes. In my testing, on the 5.4 version, lazy loading was just skipping these images altogether so they worked just without lazy load.
I created this example site by cloning one of our sites where an image down the homepage is not getting replaced. The filename for that one isMoore-Research_059-scaled-e1673302915758.jpg.webp
a second example is on the /about page, whereMoore-Research_033.jpg
is exhibiting the same behavior. I also tried cloning this site to a private apache server in case OpenLitespeed was the issue, but the same thing happens on the Apache server too, so I think this must be a plugin issue.
Trying to avoid excluding specific images, because on some sites where this happens, there are too many pages to make that feasible, but that does seem to work if that helps with troubleshooting.
Report #: LAKZIKFWThe page I need help with: [log in to see the link]
- The topic ‘Lazy Load Breaks Some Images’ is closed to new replies.