Support Forum

For all questions related to themes and plugins!

Enter search keyword e.g. "footer color".

  • Registration is Required

    Registration is required to post questions to support forum. ThemeForest buyers also need to obtain Purchase code to be able to post on forum.

    Please read here how to obtain Purchase code.

#3188
Robert Kavgić
Participant

Hello,

Cropping would be the better option as you won’t need to crop the image much, just a few pixels.

Anyway, you can add the following css code to css/style.css:

.portfolio-image img {
    max-height: 100px !important;
}

Change the 100px to the desired value.
This way, the image will be streched.

Robert