On Thu, 26 Aug 2004 06:30:44 GMT, Yousuf Khan <> declared
in alt.html:
> I'm thinking about this for dialup users.
Very generous of you.
> When you display a large image,
> such as a *.JPG or *.GIF to a webpage, which has resized them inside the
> <img> tag with the "width" and "height" attributes, does that make it easier
> (faster) to view it?
Depends whether it has been made bigger or smaller in the HTML. Assuming
you mean smaller...
Faster than what? Than at full size? Maybe marginally. Than a smaller
version of the same image? Of course not.
> What I'm sort of asking is whether I should save
> seperate thumbnail versions of large images, or just rely on the <img> tag
> attributes?
Don't resize images in your HTML. Besides the user having to download an
unnecessarily large file, browsers are pretty bad at resizing images
anyway. Much better to resize it in an image editing program and just
use the smaller version on your site.
--
Mark Parnell
http://www.clarkecomputers.com.au
"Never drink rum&coke whilst reading usenet" - rf 2004