Hi,
I want the thumbnails in my Visual Index to be 100px x 100px.
I see that in the Visual Index options I can just have them to be either 150px, 200px, 225px or 300px.
Is there a way I can modify this and 'add' a 100px option?
Thanks
Hi,
I want the thumbnails in my Visual Index to be 100px x 100px.
I see that in the Visual Index options I can just have them to be either 150px, 200px, 225px or 300px.
Is there a way I can modify this and 'add' a 100px option?
Thanks
Hello,
Maybe you should try in ndxzstudio/config/options.php
// basic sizes for images and thumbnails uploading
$default['thumbsize'] = array(150 => 150, 200 => 200, 225 => 225, 300 => 300);
$default['imagesize'] = array(400 => 400, 600 => 600, 700 => 700, 'full' => 9999);
This thread has been closed, thank you.