Portfolio project page blowing up image

Home Forums Jevelin Theme Portfolio project page blowing up image

Home Forums Jevelin Theme Portfolio project page blowing up image

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • NikkiRasmu
    Participant

    When I upload a featured image for my portfolio, the thumbnails and expanded image look great (resolution is fine), but the main featured image on the project page is all blown up and blurry.

     

    I don’t want it to be blown up – I just want it to be shown at the size I saved it at.

     

    I tried resizing things using Yellow Pencil, but then my gallery images get expanded. I don’t want that either.

     

    Is there a solution to this?

    Solution for this topic

    Hi @NikkiRasmu,

     

    I hope you are well today and thank you for your question.

     

    You can resolve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .single-fw-portfolio  .sh-portfolio-single-image img {
        width: auto;
    }

     

    Best regards,
    Shufflehound team

    NikkiRasmu
    Participant

    Perfect! That worked – thank you!

    You are most welcome here 🙂

Viewing 4 posts - 1 through 4 (of 4 total)