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

    Hi there, I’m wondering if you have a recommended blog post image size that will work for the square thumbnail in the blog and also the larger pic on, full width with sidebar for the post itself. Not matter how much I play around with the image sizes it’s still cropping them in the wrong place.

    See URL that I have posted below for an example of this. I used dimensions of 849×565 in this instance.

    Thanks for your help.
    /Deirdre

    #289341

    Hey dcashion!

    Thank you for visiting the support forum!

    If you want a square thumbnail for blog posts, edit functions.php. Find this code on line 103:

    $avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>710, 'height'=>270);		                 // big images for blog and page entries
    

    Replace the height to 710:

    $avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>710, 'height'=>710);		                 // big images for blog and page entries
    

    Upload the images again or regenerate them using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/

    Regards,
    Ismael

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