Carousel with Justified width
-
I’m using the carousel but the images are with different width, how to make them justified.
here is the carousel
https://nolimitsfurniture.com/portfolio/allegria/
Hello,
The best way in this regard would be to upload same sized Images but if that’s not the case, then a Custom CSS needs to be tried off in this regard and see if this works out for you or not:
.wd-gallery-item a img {
object-fit: inherit !important;
height: 25em !important;
}
Location to paste Custom CSS, go to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section >> paste the CSS.
Best Regards