Page 2 of 2

Re: Larger Thumbnails for Album

Posted: Thu Jan 28, 2010 11:15 pm
by Dr.CSS
Or you could take the autothumbsize call out of the Album template...

Re: Larger Thumbnails for Album

Posted: Wed Feb 10, 2010 7:40 pm
by jweb2000
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).

Code: Select all

/*
  Thumbnail dimensions.
*/
$IMConfig['thumbnail_width'] = 180;
$IMConfig['thumbnail_height'] = 180;
JohnR
This did it for me!  I like the larger thumbs globally.  I wondered by all modules used such tiny thumbs.