Lazy load images

Hi WeWeb!
Im using loading feature for collection isLoading and display data when its loaded but I see problem that images are not loaded that moment… they are loaded later than fetching a collection and appear chaotically…
Example: Loom | Free Screen & Video Recording Software | Loom
Especially on large lists with images this doesn’t look good.

How do I do something like blurry lazy load?

I have found code for this effect but it applies for images and I have all images as DIV background not IMG tag

And Im not a developer so its hard to do such things

Can you help me implementing this or suggest other working solution.
Thank you.

1 Like

Hi, you can have a look to the loading section of this doc: 🏞 Images

I think it should help you. And it’s better to have img tag to manage the loading and other parameters

1 Like