Search…

X3 Photo Gallery Support Forums

Search…
 
Deb
Experienced
Topic Author
Posts: 24
Joined: 21 Jan 2007, 00:23

setting maximum image size for full size images

12 Mar 2007, 08:26

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
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: setting maximum image size for full size images

14 Mar 2007, 06:01

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.