Reply To: Thumb Gallery width

#10035248
Support
Keymaster

Hello,

Great!

Regarding images max height you have two options:

1) Resize the images with a software editor to have the same size/aspect ratio.

or

2) Use images as background instead of <img> tag. For example:

<div class="my-bg-image" style="background-image: url(img/image-name.jpg);"></div>

And add in “css/custom.css”:

.my-bg-image {
    background-size: cover;
    background-position: center;
    height: 300px;
}

* But note this way can “cut” some parts of the images.

We hope this helps!

Please try that and let us know if you need further assistance.

Kind Regards,

Rodrigo.


If you are satisfied with Porto HTML and our support, please leave your comment and rating on ThemeForest downloads page. That helps us a lot: https://themeforest.net/downloads