mooncancook
Platinum Member
Right now I have 3 images (< 200 bytes in size each), and I'm displaying the image using the image tag like this: <image src="Images/Image1.gif"></image>.
Now each images need to display 30 times, so the web page generates 90 <image> tag. When the page loads for the first time, it's requesting and loading 90 images and it takes a little while, even though there are only 3 unique images.
How can I make it load faster? Is there a way I can just load the 3 images and display them as many times as needed?
Now each images need to display 30 times, so the web page generates 90 <image> tag. When the page loads for the first time, it's requesting and loading 90 images and it takes a little while, even though there are only 3 unique images.
How can I make it load faster? Is there a way I can just load the 3 images and display them as many times as needed?