I am using Photo Albums to create and album, and I wanted to make the thumbnails larger than then 96x96 that they are.
So I edited the config.inc.php file to say...
Code: Select all
/*
Thumbnail dimensions.
*/
$IMConfig['thumbnail_width'] = 144;
$IMConfig['thumbnail_height'] = 144;
Can anyone tell me why and how the thumbnails are getting resized after they have already been created, and please how to stop it!