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!

#4251 Height of thumbnail in 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 Wednesday, 30 March 2022 07:45 UTC

mat321

Hi,

 

A little question please : i use the module gallery to display gallery fullwidth on the page you see : https://www.optibois.com/photos.html

 

it works nice !! my client ask me this : is it possible to reduce the height difference between the photo ? He like the fact its not always same height but wants smaller difference to avoi very small line.

 

I don't see the option for this in the module, is it possible ?

 

Thanks

sbluege

Hi, 

you can customize this with CSS. This reduces the margin: 

div.thumbnails .thumbnail {
	margin: 0px;
}

Please add this to the place where your template accepts your custom CSS.

sbluege

Reread your message. The differences in line height are defined by the "jitter" value. Set it to 0 and all lines have the same height.

mat321

Yes i know, but can i define specificely for each module or its general for all module and gallery ?

 

Thanks

sbluege

You can define the Jitter-value global in the components options or "local" for a menu item. For modules and plugins, the global settings are used. 

mat321

Ok thanks

sbluege

You're welcome!