Page 1 of 1

frame sizes

Posted: 12 Jan 2008, 16:37
by andrewn
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

Posted: 12 Jan 2008, 23:17
by mjau-mjau
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.

Posted: 13 Jan 2008, 00:02
by andrewn
Thank you, I really appreciate the support.
Andrew