On Sat, 10 Jul 2004 12:01:11 +0200, Nikola Smolenski smolensk@eunet.yu wrote:
As I said, specifying image width to 200 in HTML will show an image 200 pixels wide even if the image in the file is 213 pixels wide.
OTOH, browsers actually achieve that by re-scaling the image; it might end up with the same problem but now at the client side.
That's correct; the browser would simply resize the image and you'd have the same image quality issues all over again.
If somebody requests a thumbnail that's 200px wide, they should get a thumbnail that's 200px wide. I don't see any problem with telling them that one 213px wide would look better, but the choice should be theirs.
-Bill