Default thumbnail dimensions

Eoin

Joined: 2002-09-03
Posts: 8
Posted: Tue, 2002-09-03 15:23

Hi,

I would like to specify default thumbnail dimensions for newly added photos. I'm guessing the call to AlbumItem.php/makeThumbnail generates the new thumbnail. But where is it called for freshly updated photos?

Thanks

 
vallimar

Joined: 2002-08-15
Posts: 487
Posted: Wed, 2002-09-04 01:40

Look for:
$gallery->app->default["thumb_size"]
in config.php and change it to what you wish.

 
Eoin

Joined: 2002-09-03
Posts: 8
Posted: Wed, 2002-09-04 08:11

That's not exactly what I'm looking for. I want to specify my own ration (4:6) which every new thumbnail would be resized to.

So do you know where the call is made to the thumbnail function (probably makeThumbnail) when photos are being uploaded and resized?