| 
	
 | 
 Posted by Don on 10/21/06 02:14 
mbstevens wrote: 
>  
> Don wrote: 
> > 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, 
>  
> ...bad idea... 
>  
> > 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! 
>  
> You make the image the size it should be in 
> your imaging software (Gimp, Photoshop, 
> etc.).  There are drawbacks to allowing 
> browsers to resize images. 
> -- 
> mbstevens 
> http://www.mbstevens.com/howtothumb 
 
And the drawbacks are...?  Why do you say this?  Here's my motivation:  
I made a 'home' page with links to pages containing the images. Each of 
the image pages contain 'next', 'previous' buttons so it can function as 
a slide show, which is why I can't make the home page link directly to 
the pictures.  I want to put all this on a CD to give to friends, but I 
want to include the FULL resolution images in case they want to make 
large prints, which is why I don't want to set any particular image 
size.  ALSO, the images will appear full-screen (IE maximized) for 
whatever display resolution they have.
 
  
Navigation:
[Reply to this message] 
 |