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
Look for: $gallery->app->default["thumb_size"] in config.php and change it to what you wish.
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?
Posts: 487
Look for:
$gallery->app->default["thumb_size"]
in config.php and change it to what you wish.
Posts: 8
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?