Hello,
How I can change size of images from Blog Posts widget? Standard size is 495×400, but I want change proportions, to 495×330 (3:2).
Best regards!
Hey msfoto!
Edit functions.php, find this code:
$avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column)
Change the height then regenerate the thumbnail using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/
Regards,
Ismael
Thanks!