I have div that contains quite a few images. When I say quite a few, the number of images could be in their hundreds.
I have some jQuery for the div that contains my images to scroll through all the images horizontally in a carousel format.
I am quite concerned with the amount of images I that will be rendered on the page and I know it will affect the page loading times.
I would be grateful if someone could show me a way to lazy load my images based on what is shown in my div.