need help badly! I’m trying to add a lazy load feature to my project using vanilla javascript but it only loads the first image and other images remain blurred and not loading. Here is script: HTML CODE: Here’s CSS just for blur effect: Answer Image src Control threshold based on need Script Code
Tag: lazy-loading
I coded lazy loading for videos, background images and images but it didn’t work on safari
I coded lazy loading for videos, background images and images but didn’t work on ios safari. I want show the background images/images/video with IntersectionObserver method. below codes are for …