Portfolio

Home Forums Jevelin Theme Portfolio

Home Forums Jevelin Theme Portfolio

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • alejinad
    Participant

    Hi,

    I have seen lots of questions regarding portfolio editing but haven’t find anything with the problem i am having and i hope you can help me solve it.

    Is there easy way to change the size of featured image in portfolio.

    EG:https://studiobgd.com/project/teether-boxes/

    I want main image to be vertical basically to show full frame photo.

     

    Second question is, no matter how big resolution of the image is ( in this case 1000px H) image still looks blurry and resized. How can i fix this please?

    Thank you very much in advance

    Hi @alejinad,

     

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

     

    Is there easy way to change the size of featured image in portfolio.

    I want main image to be vertical basically to show full frame photo.

    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

    Second question is, no matter how big resolution of the image is ( in this case 1000px H) image still looks blurry and resized. How can i fix this please?

    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

     

    .sh-portfolio-single-gallery-slider-for .sh-portfolio-single-gallery-slider-item .sh-ratio-content {
        background-size: unset;
    }

     

    Best regards,
    Shufflehound team

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