Page 1 of 1

Question about picture resizing in album module

Posted: Fri Jan 05, 2007 1:12 pm
by fooBar
Hello,

I use the "album" module to display images. Is it possible to define the width / height of the thumbnails that are created?

thanks!

Re: Question about picture resizing in album module

Posted: Fri Jan 05, 2007 1:35 pm
by Dee
It's set in lib/filemanager/ImageManager/config.inc.php (at the end)

Code: Select all

$IMConfig['thumbnail_width'] = 96;
$IMConfig['thumbnail_height'] = 96;
Regards,
D

Re: Question about picture resizing in album module

Posted: Fri Jan 05, 2007 1:44 pm
by fooBar
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

Posted: Fri Jan 05, 2007 1:51 pm
by Dee
Thnx & you're welcome - glad I could be of help.

Enjoy CMSMS!
D