Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #525196

    Is it possible when using the grid view for blog posts that the feature image not be cropped?

    Thanks,

    GB

    #525203

    Hi gb!

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

    $avia_config['imgSize']['portfolio'] 		 	= array('width'=>495, 'height'=>400 );	

    and change it to following

    $avia_config['imgSize']['portfolio'] 		 	= array('width'=>495, 'height'=>400, 'crop' => false);

    Best regards,
    Yigit

    • This reply was modified 9 years, 1 month ago by Yigit.
    #525208

    Hey Digit,

    Thanks, I am going to try that now.

    Question, after I make this change, will it stay in place when I update the theme via FTP?

    #525211

    Sorry for the newbie question but what is the best way to find that code? Do I need to first click a specific template in the editor such as archives, config.php ( I have like 8) , dynamic-css.php, etc?

    Thanks again

    #525239

    I figured it out! :-)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Possible not to crop in grid view blog posts?’ is closed to new replies.