Is it possible when using the grid view for blog posts that the feature image not be cropped?
Thanks,
GB
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
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?
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
I figured it out! :-)