On the Portfolio grid, the size of the images seems to default to a horizontal shape. I have some vertical images I’d like to display on the Portfolio. Is there a way to change the height of the Portfolio image grid?
Hi,
You can change the image size on functions.php
$avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column)
$avia_config['imgSize']['portfolio_small'] = array('width'=>260, 'height'=>185 ); // images for portfolio 4 columns
The code above are thumbnail size for 2,3 or 4 column portfolio. Regenerate the thumbnails after.
Regards,
Ismael
Thanks, Ismael,
How do you regenerate the thumbnails?
Hi,
Please use this plugin.
http://wordpress.org/extend/plugins/regenerate-thumbnails/
Regards,
Ismael