Why is lazyloading not working on some images? (Impulse theme)

Hi,

On the front page of my webpage, www.arcticlegacy.store , I have some images that do lazy load and some that don’t. It seems that the ones that are lazyloading, link to an image file with “data-srcset=”…" and the ones that are not working link to an image file with “src=”…". I guess this is the issue, but have no clue how and where to change the HTML.

Any ideas on how to get all images to lazyload on my front page?

Thanks in advance!

Hi @Arcticlegacy .

Try to search in your section or snippet files that uses image. The file should contain " loading=“lazy”" in the img tag. If they don’t contain those, you can just add it your self

Thank’s! But I would like to understand why some images are excluded from the lazyloading that seems to be included for all images in this theme. See the image exampe below, where it’s not working in the css.