Forum Moderators: mack
I must admit that I thought iFrames were not recommended anymore when programming a web page - and if you can avoid them, do so (not sure why though).
I also know there are CSS methods, but I am not sure how compatible that would be with older browsers.
some one in the javascript forum maybe able to help.
alternatively, as a clunky work around, you could just stick all the full size images at the bottom of the page with a height and width of 1px. Or maybe even hide them with CSS - though im not sure if hidden things would actually get downloaded, it would need some testing.