Column Fading and Lazy Loading

Hi Guys!

I have a question:

If an image element is inside a column, and the column is set to fade, what does that mean in terms of Lazy loading?
Is the image loaded the moment it fades in, or it is preloaded?

Also, does it affect third-party lazy loading solutions? Would faded column “hide” the image from Lazy loading solution and preload it on its own (if images are preloaded before they fade in).

Thank you!!

Hello @Misho,

There’s should be no conflict. Maybe a shift on content size. It can be executed same time especially if it is already cached resources. Or it might be that the other will take effect first depending on the loading speed of lazyloading functionality.

Hope this helps.

Great!

And if there is no third party lazy loading, does fading lazy load images, or they get preloaded?

Thanks!

Hello @Misho,

Images are preloaded already. Note that column fade and lazy load are different functionality too.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.