Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #327974

    Hi,

    on the blog layout i chose the “single post with big preview (featured image)
    but in some cases the image is cropped at the bottom.
    is there a way to show the image in full size or full height?

    Thanks
    Tal

    #328222

    Hi talelie!

    Please go to Appearance > Editor and open Functions.php file and find

    $avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>845, 'height'=>321);		            	// big images for blog and page entries
    $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1210, 'height'=>423 );						// images for fullsize pages and fullsize slider

    edit as needed and then regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/

    Regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.