Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #356906

    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!!

    #357205

    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

    #357280

    Cheers Elliot!
    Worked like a charm, just need to re-upload or use the thumbnail regeneration for those featured images.
    Thanks again!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Resizing featured image in blog posts’ is closed to new replies.