Tagged: 

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

    What way to change the default cut of portfolio thumbnail to height 210 pixels? I want show it on the portfolio page in full size.

    Thank you,
    Evgenia

    #233631

    Hi evgeniac!

    Thank you for the question. I hope all is well with you today.

    Please edit functions.php, find this code on line 97:

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

    Replace it with:

    $avia_config['imgSize']['portfolio_small'] 		= array('width'=>260, 'height'=>210 );						// images for portfolio 4 columns
    

    Regenerate the images 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.