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!

#279 Images do not align properly

Posted in ‘Event Gallery - General’
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 Thursday, 09 January 2014 06:58 UTC

sbluege
the image list shows the thumbnails in scattered positions unlike in your demo, the images are aligned. And there are spaces above and below the image. Upon checking with Firebug, the css code says it came from inline css. How do you think could it work right, as in aligned with one another? Thank you.

sbluege
Make sure your template does not set the height of of images on something like

img {
max-width: 100% !important;
height: auto !important;
}


Remove the !important to fix this.