Elbert Chu
How do I to set the image display as tiles instead of list or sideways? With 100 images, the current options make it more cumbersome for viewers to see more images and also creates a viewership bias for the earlier images. Thanks!
How do I to set the image display as tiles instead of list or sideways? With 100 images, the current options make it more cumbersome for viewers to see more images and also creates a viewership bias for the earlier images. Thanks!
Hi Elbert,
Did you try our photo contests?
There you have a tile view.
Kind regards
Philipp
Ah very cool, Philipp, thank you! How do I increase the number of images per row? Again, I will plan to have 100 images, I can only figure out to get it to 4 images per row (square format). Thanks again.
There is currently no interface for adjusting column widths in our photo contests. Our contest adapts automatically to different screen resolutions. However, you can create your own custom CSS to achieve more columns. Custom CSS is available as part of our themes.
To help you get started, you can use the following example to see how it works:
.jsMasonryColumn-sizer, .jsMasonryColumn { width: 10% !important; }
We recommend adding media queries to ensure the layout adapts to different screen resolutions.