portfolio

Home Forums Jevelin Theme portfolio

Home Forums Jevelin Theme portfolio

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • [email protected]
    Participant

    Hello, I’m trying to optimize my site speed and it wants me to serve scaled images on my portfolio previews.

    When I do this, its works for the preview images on my homepage, but when you click the actual portfolio and it brings you to that service, the image is obviously terrible looking since it was resized.

     

    Is there a way to change the {preview} portfolio size, but leave the actual image on the portfolio page alone?

    Hi @patrickruhle,

     

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

     

    But if I do that, when you actually click a service and go to the page, the larger image that shows will be blurry

    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

     

    #page-container .sh-portfolio-single-image img {
        width: auto;
        margin: 0 auto;
        display: table;
    }

     

    Is there a way to change the {preview} portfolio size, but leave the actual image on the portfolio page alone?

    To achieve this, you have to develop custom code in the child theme of Jevelin theme.

     

    Developing custom code for custom functionality is beyond the scope of support that we provide here. Please see https://themeforest.net/item/jevelin-multipurpose-premium-responsive-wordpress-theme/14728833/support

     

    If you are not a developer then you can consider hiring a developer to develop it for you. You can hire a developer from any freelance site. Shufflehound recommends the developer https://www.upwork.com/freelancers/~011652ffec8865c6d5

     

    Best regards,
    Shufflehound team

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