Thread Starter
arsi88
(@arsi88)
Solved it. Just do this
Fix for this file:
../plugins/nextgen-gallery/products/photocrati-nextgen/modules/nextgen_basic_album/adapter.nextgen_basic_album_controller.php
You’ll need to search and change the thumbnail dimensions to what you are looking for:
// legacy templates expect these dimensions
$image_gen_params = array(
‘width’ => 91,
‘height’ => 68,
‘crop’ => TRUE