The Portfolio Grid images are way too big, but I can’t seem to change their size. I have set it differently in the Advance Layout editor, and have even re-uploaded different sized feature images, but the Port. Grid keeps resizing the images up.
Ideas?
Thanks!
Anybody?
Hi!
Please edit the thumbnail size on functions.php, find this code:
$avia_config['imgSize']['square'] = array('width'=>180, 'height'=>180); // small image for blogs
Increase the width and height, if necessary set the crop to false. Something like this:
$avia_config['imgSize']['square'] = array('width'=>312, 'height'=>302, 'crop' => false); // small image for blogs
Regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/
Best regards,
Ismael