lazy loading

Hi All,
i am using the latest version of PHPmaker.
is there any possibility to load images as i scroll down.
please give me an some ideas.

Thank you, in advance.

From the source code (v2020), PHPMaker uses another type of lazy loading, not loading as you scroll down, but loading images asynchronously. Meaning that you see the page content first, then the images are loaded asynchronously, the loading will not be blocking like normal image tags.

Thank you

The reason why I asked this question was that, its taking longer to load images.

Thank you.

That is probably because, arbei wrote:

you see the page content first, then the images are loaded asynchronously