Lazy Load Images In ASP.NET -


I have div in which there are a lot of pictures when I say a lot, the number of images can be in hundreds of them .

I have some jQuery for the divas, which includes my images, which scroll down all the carouselally into a carousel format.

I am quite concerned with the amount of images that I have sung on the page and I know that this page will affect the loading times.

If someone can show me the way to lazy loads based on the pictures shown in my div, then I would be grateful.

Check out this lazy loading jQuery plugin:

See this for more information:



Comments