Home Forums WoodMart support forum How to make gallery with same size Reply To: How to make gallery with same size

#420039

Hello,

As we mentioned you earlier, the best solution in this regard would to be upload resized Images (i.e. same sized Images) but if you want to adjust these different sized Images then the CSS would need to tried out which might or might not work in this regard.

So, please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:

#gallery-1 .gallery-item dt a img {
    object-fit: cover !important;
    height: 25em !important;
}

.gallery-images .wd-gallery-item a img {
    object-fit: cover !important;
    height: 27em !important;
    width: 27em !important;
}

Hope this works out for you !

Best Regards