Hello!
I’m wondering if you can tell me the image height x width ratio to use for images on posts? Currently I’m having trouble determining an appropriate so the image doesn’t get cropped when set as “feature image”.
Thanks!
Hey!
Depends on your Blog layout, wether you are using a sidebar or not Enfold resizes the entry images to the following:
$avia_config['imgSize']['entry_with_sidebar'] = array('width'=>845, 'height'=>321);
$avia_config['imgSize']['entry_without_sidebar']= array('width'=>1210, 'height'=>423 );
If you need to change these you can either modify functions.php or use this plugin.
Regards,
Josue