Page 1 of 1

Columns

Posted: 09 Jun 2016, 16:57
by Miomoto
Hello,

I use Phoca Gallery (the latest version) i have a problem with columns.

I like to show 5 columns with thumbnails in a Categorie but i can not found where i can set this value.

Frank

Re: Columns

Posted: 10 Jun 2016, 12:49
by Jan
Hi, there is no such option, see similar posts in this forum. Images are stored in float boxes, this means, they fill up the whole site, depends on if large screen, mobile, tablet, etc. So there is no option to set columns. You can e.g. set fixed width of phoca gallery and count how many columns there will be:

(example values)


width of the site (1000px) = count of columns (5px) x (width of image box (180px) + padding and margin (20px)
1000px = 5px x 200px

So you will know that if you have 1000px width, you should set the thumbnails size to 180px.

But of course, in these days of responsive design, this is not more used and you should let the columns count set by screen width - dynamically - responsive - created.

Jan