Question about picture resizing in album module

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
fooBar
Forum Members
Forum Members
Posts: 32
Joined: Thu Dec 28, 2006 3:10 pm

Question about picture resizing in album module

Post 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!
Dee
Power Poster
Power Poster
Posts: 1197
Joined: Sun Mar 19, 2006 8:46 pm

Re: Question about picture resizing in album module

Post 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
fooBar
Forum Members
Forum Members
Posts: 32
Joined: Thu Dec 28, 2006 3:10 pm

Re: Question about picture resizing in album module

Post by fooBar »

Thank you very much :) I gave you a little bit karma for this fast and nice help ;)
Dee
Power Poster
Power Poster
Posts: 1197
Joined: Sun Mar 19, 2006 8:46 pm

Re: Question about picture resizing in album module

Post by Dee »

Thnx & you're welcome - glad I could be of help.

Enjoy CMSMS!
D
Post Reply

Return to “CMSMS Core”