Support

Support is part of Event Gallery Extended.

Please get a subscription if you need support. Feel free to use the ticket system or the contact form for reporting defects or pre-sale questions. Make sure you're logged in in order to be able to create a new ticket.

For general information you can also jump to the manual.

Subscribe now!

#3756 number of images per row in event module

Posted in ‘Event Gallery Extended’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by sbluege on Friday, 10 January 2020 06:46 UTC

stawebnice
 Hi Sven,

please is there a way to setup number of images per row in event module?
http://bereni.stawebnice.com/eshop/jedle-foto-na-dorty/galerie-vasich-dortu

I tried tiles and squares but it always breaks it to 50%. It would be great if this was available in the module setting...

Thanks!

Petra

sbluege
Hi,

thanks for switching to the ticket system.

A fixed configuration will not work. You might want to adapt the number of items per row based on the screen size. Since this is easily possible using CSS, I do all those configurations via CSS. This snippet should help:

div.eventgallery-module .eventgallery-tiles-list .eventgallery-tile {
  width: 16.66%;
}


The tile layout will behave strangely with your images. While they have the same height, they have different width values. This will lead to tiles with different height and an unexpected layout. I recommend using the same size ratio for all of them if you want to show them in multiple rows.

stawebnice
THANKS!

sbluege
You're welcome! I'll close the ticket.