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

    I’m using square photos in my portfolio and when you click on the image to open the portfolio item page it still shows the image cropped on top and bottom. Where can I change the code so it shows the entire image rather than cropping off the top and bottom? I tried going in to the theme editor and changing the following line from
    $avia_config[‘imgSize’][‘portfolio’] = array(‘width’=>495, ‘height’=>400 ); to
    $avia_config[‘imgSize’][‘portfolio’] = array(‘width’=>495, ‘height’=>495 );

    hoping this square dimension would fix the problem but it didn’t change anything.

    #401779

    Nevermind. The fix I mentioned above did work. My cache just wasn’t clearing so I didn’t see it. Please close this post. Thank you.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Make portfolio item container bigger so photo doesn't get cropped’ is closed to new replies.