Private: Home › Forums › HTML Templates › Metropolis – Clean Multipurpose Theme › prettyPhoto, default theme › Reply To: prettyPhoto, default theme
June 21, 2015 at 11:57 am
#3188
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