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

    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!

    #453478

    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

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