|
Posted by Don on 10/21/06 01:44
How do I make a large image be resized so it all fits in the browser
window? I've found I.E.'s "Enable Automatic Image Resizing" setting
works if the image is opened via a link directly to the picture. Or, if
the image is opened in the browser with "File, Open".
However, if the image is CONTAINED WITHIN its own HTML page, with "<img
src" tag, it does not work!! Is this just me? Very simply, if I have a
page:
<html>
<head>
<title>IMG_1981</title>
</head>
<body>
<img src="IMG_1981.jpg">
</body>
</html>
then image resizing does NOT work! How can I get resizing to work in
this page? I do NOT want to specify any particular size, rather I want
the image to be resized to be fully contained in the browser window,
however big the window is.
Many thanks in advance!
Navigation:
[Reply to this message]
|