Image load time reduction?

non-existant

New member
I have a site which includes a gallery of dozens of images on their own page, neatly laid out in a table. but the load time for all of the images is very high i reduce them to thumbnail size using the <img src> code, with them being a link to the fullsized image (all are 1440x900)

is there a javascript or html code i could use to make them load faster?
the first answer is a good idea, but i hate making more files to deal with on my site
 
Why not create separate thumbs? Make a macro in PS to automate the process. You are essentially making the viewer load every single full size image on that page. The only way around it is to create separate thumbs.
 
Back
Top