We know how image lazy loading works. When the page is loaded and you scroll down to an image, it starts loading. Then you scroll down to the next image, it starts loading.
Now, is it possible that when the page is loaded or painted, all the images start loading one by one? So you don’t have to scroll down to the next image and wait for it to be loaded?
Let me know if there is any solution for that.
I searched and found nothing like that.