nik3sh
Forum Replies Created
-
Can you build this functionality or are you planning to add ?
I have tried all of them
Merge + minify
Fast velocity
Asset cleanup
And many more ,None of them provide these functionality , looking to get this feature .
Yes the issue is still open , trying to find some plugin which can do this.
see this plugin https://wordpress.org/plugins/lazy-loading-responsive-images/
The way it performs is stopping the image being loaded on initial run . Then when the image comes in viewport , the image starts to load . This helps the page to be faster . With your plugin the page is loading the image just hiding it . So actually it defeats the purpose of lazy load . Why hide when the image has completed loading .
The image is being loaded in the background and your lazy loading is just hiding the image in the background property . IIs there a way to block the url from being loaded and then load when in viewport . This will help by a lot