Tagged: featured image
Hey guys!
I’d like to know if there is a way to change the size of the featured image in blog posts. Specifically I’d like to change the hight of the image.
thanks!!
Hi petersandin!
You can do this around line 110 in /enfold/functions.php file.
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>845, 'height'=>321); // big images for blog and page entries
Cheers!
Elliott
Cheers Elliot!
Worked like a charm, just need to re-upload or use the thumbnail regeneration for those featured images.
Thanks again!