Upload a very large number of images to one web page

I am trying to upload 5,000 images to a web page, each image is about 120 KB in size. Images are displayed as thumbnails inside the scrollable image, and at any time there will be 16 visible images in it. I tried to use the jazery Lazyload library, but my problem is that the browser cache is filling up quickly. Is there a way to upload a large number of images without overfilling the cache? thanks in advance Rami

+3
source share

All Articles