Re: Larger Thumbnails for Album
Posted: Thu Jan 28, 2010 11:15 pm
Or you could take the autothumbsize call out of the Album template...
Content management as it is meant to be
https://forum.cmsmadesimple.org/
This did it for me! I like the larger thumbs globally. I wondered by all modules used such tiny thumbs.JohnR wrote: Did you know that there is a config.inc.php in lib/filemanager/ImageManager? That is where you will need to change the following setting (shown already changed).
JohnRCode: Select all
/* Thumbnail dimensions. */ $IMConfig['thumbnail_width'] = 180; $IMConfig['thumbnail_height'] = 180;