Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #23747

    On the Portfolio grid, the size of the images seems to default to a horizontal shape. I have some vertical images I’d like to display on the Portfolio. Is there a way to change the height of the Portfolio image grid?

    #120998

    Hi,

    You can change the image size on functions.php

    $avia_config['imgSize']['portfolio'] 		 	= array('width'=>495, 'height'=>400 );						// images for portfolio entries (2,3 column)
    $avia_config['imgSize']['portfolio_small'] = array('width'=>260, 'height'=>185 ); // images for portfolio 4 columns

    The code above are thumbnail size for 2,3 or 4 column portfolio. Regenerate the thumbnails after.

    Regards,

    Ismael

    #120999

    Thanks, Ismael,

    How do you regenerate the thumbnails?

    #121000

    Hi,

    Please use this plugin.

    http://wordpress.org/extend/plugins/regenerate-thumbnails/

    Regards,

    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change the height of Portfolio Featured Images’ is closed to new replies.