1StopSurplus
05-05-2006, 06:55 PM
I am creating a website that will have pages with 24 thumbnail images on them. The way I planned on setting the pages up was to use the URLs for the full size 6" x 6" images (that range in size anywhere from 50 to 100 kb) and just resize to 100 x 100.
Like this...
img src="image.jpg" height="100" width="100"
My question is, will the page be loading 24 images that are 50 to 100 kb or loading 24 small images that are much lower kb?
I don't want these thumbnail pages to take forever to load for someone w/ a 56k modem. Should I instead create smaller versions of all my photos and use those for my thumbnail links?
Like this...
img src="image.jpg" height="100" width="100"
My question is, will the page be loading 24 images that are 50 to 100 kb or loading 24 small images that are much lower kb?
I don't want these thumbnail pages to take forever to load for someone w/ a 56k modem. Should I instead create smaller versions of all my photos and use those for my thumbnail links?