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!

#2815 Display Image Size in Lightbox

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 August 2017 19:00 UTC

Knijff
 Hi Sven,

I wish to display the Image Size in the Lightbox - so I did it this way:

library/file/file.php line 155 :

$fileTitle = $this->getFileTitle()." (".$this->getWidth()."x".$this->getHeight().")";

Not elegant at all. Suggest you put an Option in the Lightbox Layout to show Image Dimensions.

Regards,

Ted Knijff

sbluege

Hi,

I actually hate options :) they just add complexity and are hard to test. But especially this option does not make much sense to me. People usually upload resized images so this kind of information is not useful.


>

Knijff
For me it makes a lot of sense (more than the file name or no of images in the lightbox for example).

With me, you see what you get before you buy. But nevertheless. I'll close the ticket and use my own solution.

sbluege

Can you include this information in the image description while exporting to the web? Event Gallery can read this information and display it automatically.

>