Skip to content
Advertisement

Lazy load only loads first image

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:

JavaScript

HTML CODE:

JavaScript

Here’s CSS just for blur effect:

JavaScript

Advertisement

Answer

Image src

JavaScript

Control threshold based on need

JavaScript

Script Code

JavaScript
User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement