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

How to make gallery with same size

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #419871

    osoliman
    Participant

    I want the size of the images in the gallery to be justified

    #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

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