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

    Hi..
    Im doing this web here: http://www.bibi.is and in the portfolio chapter (verk) i’m having problems with images sizes. I’ve already downloaded the plugin Simple images sizes and tried to change the Portfolio image sizes (and selected regenerate image sizes). Without luck though…! :(
    My featured images always get cropped in single portfolio…
    What am I doing wrong here?

    Like the theme a lot :)
    Anna

    #262725

    Hey anokmarg!

    Thank you for using the theme!

    Do you mind if we take a look at the actual portfolio page? Do you have a sidebar on the single portfolio page? You can change the thumbnail size on functions.php, find this code on line 110:

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

    Adjust the width and height then set the crop parameter to false:

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

    Regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/

    Best regards,
    Ismael

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