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
I am able to perform lazy loading of images but I need to display a default blurred image initially as the actual image is taking time to load.
I am working on a scenario where the responsive images should lazy load based on the screen size but need to include blurred images as a fallback for all responsive images, blurred images should get displayed in case of delays till the actual image loads. I am using Lozad JS
How can I include multiple responsive blurred images for 1x 2x etc as a fallback image?
Can I use 1x 2x instead of 1000w 2000w in data-srcset attribute?
I am able to perform lazy loading of images but I need to display a default blurred image initially as the actual image is taking time to load.
I am working on a scenario where the responsive images should lazy load based on the screen size but need to include blurred images as a fallback for all responsive images, blurred images should get displayed in case of delays till the actual image loads. I am using Lozad JS
<img class="lozad image-to-load-first" data-srcset="[email protected] 1000w, [email protected] 2000w" />
The text was updated successfully, but these errors were encountered: