Search…

X3 Photo Gallery Support Forums

Search…
 
andrewn
Experienced
Topic Author
Posts: 36
Joined: 07 Jan 2008, 12:05

frame sizes

12 Jan 2008, 16:37

I am inserting galleries and slideshows into table cells in html pages. I want the slideshow and gallery slideshow to be positioned in the cell such that there is adequate space above each slide for a description (with several lines) to show as each slide transitions.

Which are the config variables that control how much space is allocated for the description display? Since some automatic sizing is occuring to fit the slides into the space, I'm not sure which are the critical variables to preserve the border.

Thanks as always,
Andrew
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

12 Jan 2008, 23:17

Generally speaking, it may depend on the size/height of your images and the designated space. However, there is a setting in the slideshowconfig file (slideshowconfig.ini for standalone slideshow and slideshowimagevueconfig.ini for slideshow that appears in the main gallery):
Code
minmargin = 50
This setting provides a minimum margin of 50 pixels on all sides of the image displayed. This means that an image will be downsized to allow this border.
 
andrewn
Experienced
Topic Author
Posts: 36
Joined: 07 Jan 2008, 12:05

13 Jan 2008, 00:02

Thank you, I really appreciate the support.
Andrew