Hi.
I have a question. I have set an Ajax Portfolio displaying the images as gallery. The thing is that when you look at the miniature, you see the person’s head cut because the head is on the top, and the miniature is set on the center. How can I change that I will be able to set the miniature showing the head?
I hope I explained it well.
Thanks!
Hey blancocapell!
Thank you for using the theme.
Please edit function.php, find this code on line 144:
$avia_config['imgSize']['gallery'] = array('width'=>710, 'height'=>575 ); // images for portfolio entries (2,3 column)
Replace it with this:
$avia_config['imgSize']['gallery'] = array('width'=>1000, 'height'=>1000, 'crop' => false ); // images for portfolio entries (2,3 column)
Adjust the width and height of the gallery images if you like. Upload or regenerate the images again using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/
Regards,
Ismael
OK, thanks a lot!