Tagged: Blog, featured image
How can i set the featured images in the Blog articles, so they show the whole image? At the moment the top & bottom is cut off.
Thank You
Hi norman1!
In the /enfold/functions.php file around line 127 you should see this.
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>845, 'height'=>321); // big images for blog and page entries
You can increase the height there and then regenerate your thumbnails, https://wordpress.org/plugins/regenerate-thumbnails/.
Regards,
Elliott