Hello,
I use the "album" module to display images. Is it possible to define the width / height of the thumbnails that are created?
thanks!
Question about picture resizing in album module
Re: Question about picture resizing in album module
It's set in lib/filemanager/ImageManager/config.inc.php (at the end)
Regards,
D
Code: Select all
$IMConfig['thumbnail_width'] = 96;
$IMConfig['thumbnail_height'] = 96;D
Re: Question about picture resizing in album module
Thank you very much
I gave you a little bit karma for this fast and nice help 
Re: Question about picture resizing in album module
Thnx & you're welcome - glad I could be of help.
Enjoy CMSMS!
D
Enjoy CMSMS!
D

