Search…

X3 Photo Gallery Support Forums

Search…
 
winph
Experienced
Topic Author
Posts: 236
Joined: 19 Jul 2008, 05:07

Column View & Text size

24 Jun 2016, 01:55

Hi,

I remember in beta before there is an option for in column view like... COLUMN:3,2,R - 3 column for computer, 2 for mobile and r for re-arrange? in version 0.18 is this still possible?

and how do i change the size of description?

thanks...
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Column View & Text size

24 Jun 2016, 11:29

winph wrote:I remember in beta before there is an option for in column view like... COLUMN:3,2,R - 3 column for computer, 2 for mobile and r for re-arrange? in version 0.18 is this still possible?
Basically all the grid-related layouts have options to achieve this:

GRID+
Image

For the COLUMNS layout, you would just set a width for each column, and it will ultimately work exactly like you say with some approximate math. For example, width 300 means it would be 3 columns on large, 2 columns on medium and 1 column on small screens. The only difference, is that setting a width is more flexible, because it allows you to cater for more columns on very large screens if you are also using the WIDE layout. There is nothing that cant be done with width that could be done by setting "3,2,1".
Image

Even the justified layout will act accordingly, buy depends on other factors like module width, and general aspect of images, since it covers them to height.
winph wrote:and how do i change the size of description?
What do you mean "size" of description? Just like all other elements, the width is limited by the module. If you want to set a font-size, you can use basic CSS.