Thumbnail size help
Posted: Thu Dec 06, 2007 12:04 pm
Hi,
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...
I've used this before and its worked, but the problem I am having is that on upload, when using 'Image Manager' the thumbnail gets created in the correct 144x144 size. When I try to upload another image, that comes in as 144x144, but the first image has changed back to 96x96. This has totally got me stumped.
Can anyone tell me why and how the thumbnails are getting resized after they have already been created, and please how to stop it!
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!