Portfolio featured image cropping

Hey there,

I am trying to set up a portfolio page on my website. I've noticed that when I click on one of the portfolio items, the page that displays the portfolio item crops the featured image. You can see an example here. I don't want this image to be cropped. I want it to display in full. Is there a way to change settings to accomplish this?

Thanks!

Comments

  • Hello,
    If you want to set your Portfolio to Full Width, please, turn ON this option in "Betheme > Theme Options > Blog, Portfolio & Shop > Portfolio"
    https://prnt.sc/vd6dwb

    If this is not what you expected you can also try to put "Portfolio Photo" item on your page and set "Full Width" in section options.
    https://prnt.sc/vd6png

    Thanks
  • Remember the link I sent you in my first message? It's THIS image that is getting cropped. Your first fix in the Theme Options just sets the initial portfolio display page to full width, and does nothing to stop the cropping once you click on a portfolio item.

    Adding a portfolio photo to my page still doesn't get rid of the cropped image at the top of the page. It just adds a second image below it. That cropped image at the top is coming from the featured image setting, which I need to set in order to get the image to appear in the lineup on my main portfolio page (I believe!) If there's another way, please let me know.

    Thanks!
  • You mean that your feature image is cropped a little bit on the bottom, right?
    Please try this CSS code, it should solve that problem.
    body.single-portfolio .section-post-header img.scale-with-grid{
    margin-bottom: unset !important;
    height:100%
    }
    thanks
Sign In or Register to comment.