Forum Moderators: open
<img src="highdef.jpg2 lowsrc="lowdef.jpg">
This is a straight HTML function which first loads the lower definition image first.
When the whole page is loaded and displayed, the browser then downloads the high definition images and substitutes them.
Not a script but could possibly do what you need.
At any rate, when a lowres attribute is imcluded in an image tag, the download of the high res image continues automatically after the lowres image appears. So the visitor is not given a choice, the way akogo would prefer, but instead they are automatically spoon-fed images -- first the lowres and then the highres.
I don't think there's an easy way to accomplish akogo's goal. You might do some scripting, identifying each image with a variable and then assigning each variable to a different image URL according to some visitor input. But that seems quite complex to me for most situations.
Of course, I'm not looking at the exact situation, but it seems pretty straightforward to place links for a high-res version of each image somewhere on the page and use a reasonably low-res image for the standard page display.