Visual Index Maximum Thumbnails Size

penelopeumbrico / 2016-10-10 18:29:44   

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

marsouin / 2016-12-03 07:50:41   

Hello,
Maybe you should try in ndxzstudio/config/options.php

  1. // basic sizes for images and thumbnails uploading
  2. $default['thumbsize'] = array(150 => 150, 200 => 200, 225 => 225, 300 => 300);
  3. $default['imagesize'] = array(400 => 400, 600 => 600, 700 => 700, 'full' => 9999);

This thread has been closed, thank you.