Search…

X3 Photo Gallery Support Forums

Search…
 
r-eon
Topic Author
Posts: 2
Joined: 02 Dec 2012, 08:33

Thumbnails area margin-top

02 Dec 2012, 09:38

thumbnails-area.jpg
thumbnails-area.jpg (171.93 KiB) Viewed 1905 times
Hello !

Could you please help me to resolve a problem that I have in my gallery configuration.

I don't know where I can setting the margin top of the thumbnails area (like picture).

thanks in advance and sorry for my (very) bad english.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Thumbnails area margin-top

02 Dec 2012, 10:00

its not that simple, because thumbnail center in your screen, and flash Imagevue also responds to different screen sizes, so that the amount of thumbnails and margin on the sides will vary also. It is not possible to set a margin from the top, because technically that would require that we aligned thumbnails to the top ... but they are aligned to the center ...

There are a few settings you can work with though, under settings.thumbnails.thumbnails:
Code
<margin type="array" description="Sets the margin between the sides of the screen and the thumbnails. TOP,RIGHT,BOTTOM,LEFT">100,100,200,100</margin>
The setting above will set the minimal margin, so that Imagevue will keep the amount of thumbnail columns and rows to fit within these margins. Of course the amount of space of the margin will vary based on the actual width and height of the entire thumbnails area. The settings below may also come into effect depending on the size of the visitors screen. They set the min and max size for the thumbnails area.
Code
<min_width type="integer" description="Sets the minimum width for the thumbnails area" range="0,2000">200</min_width>
<min_height type="integer" description="Sets the minimum height for the thumbnails area" range="0,2000">200</min_height>
<max_width type="integer" description="Sets the maximum width for the thumbnails area" range="0,2000">1200</max_width>
<max_height type="integer" description="Sets the maximum width for the thumbnails area" range="0,2000">1000</max_height>
 
r-eon
Topic Author
Posts: 2
Joined: 02 Dec 2012, 08:33

Re: Thumbnails area margin-top

02 Dec 2012, 10:13

Thanks very much for your fast reply Mjau-Mjau :)

I will try differents settings with your tips.

Cheer