Page 1 of 1

setting maximum image size for full size images

Posted: 12 Mar 2007, 08:26
by Deb
Hi,

Is there a way to set the maximum image size for the full size images (the thumbs are fine) or is that set by the size of the image as uploaded?

In other words, I have some full size images that are pretty big and I'd like to know if there's a global configuration that I could set whereby the image would display at no larger than say 300x300 kind of thing?

Thanks,
Deb

Re: setting maximum image size for full size images

Posted: 14 Mar 2007, 06:01
by mjau-mjau
Deb wrote:Hi,

Is there a way to set the maximum image size for the full size images (the thumbs are fine) or is that set by the size of the image as uploaded?

In other words, I have some full size images that are pretty big and I'd like to know if there's a global configuration that I could set whereby the image would display at no larger than say 300x300 kind of thing?

Thanks,
Deb
Generally the size of the image displayed is the size of the image you have uploaded. However, you can delimit the size at which the image is displayed. Open your slideshowimagevueconfig.ini, and set the following:
Code
maxwidth = 300
maxheight = 300
That will limit your images inside an area of 300x300 px.