Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #237283

    http://scottbelldesign.com

    The Portfolio Grid images are way too big, but I can’t seem to change their size. I have set it differently in the Advance Layout editor, and have even re-uploaded different sized feature images, but the Port. Grid keeps resizing the images up.

    Ideas?

    Thanks!

    #237308

    Anybody?

    #237408

    Hi!

    Please edit the thumbnail size on functions.php, find this code:

    $avia_config['imgSize']['square'] 		 	    = array('width'=>180, 'height'=>180);		                 // small image for blogs
    

    Increase the width and height, if necessary set the crop to false. Something like this:

    $avia_config['imgSize']['square'] 		 	    = array('width'=>312, 'height'=>302, 'crop' => false);		                 // small image for blogs
    

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

    Best regards,
    Ismael

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