Page 1 of 1

resizing images automatically

Posted: Fri Apr 20, 2007 5:21 pm
by marlenecu
Hi:

Can someone tell me how can I manage images in an automatic way so every image uploaded to my site would have the same size?.. I've seen somewhere that it is possible rezising images in the module...but I can't find it.

thanks

Re: resizing images automatically

Posted: Sat Apr 21, 2007 4:54 pm
by Nullig
You can specify the height and width of images when you place them on your pages within the img tag, so just always use the same values and the images will be resized to that height/width.

Nullig

Re: resizing images automatically

Posted: Sat Apr 21, 2007 5:05 pm
by calguy1000
there is some functionality available in the image manager to generate thumbnails of any size.  We occasionally re-use this code in modules.  it is possible to write some addons, etc. to the uploads module or to something else that will automatically resize the image to a desired size, to make it faster to load, etc.