Change the height of the images in the columns layout

I would like these images to be square if possible rather than super tall.

2 Likes

Happy to see you on our forum! Welcome @Kyle_Looney :wave:

We’ll have this idea in mind for the future updates! As for now, you can use this code in the Custom CSS field on the Style tab of your widget’s settings:

[class*='Carousel__CarouselOuter-sc'] {
height: 300px !important;
}

.eapp-photo-gallery-columns-main {
height: 300px !important;
}

@media (max-width: 500px) {
[class*='Carousel__CarouselOuter-sc'] {
height: 200px !important;
}

.eapp-photo-gallery-columns-main {
height: 200px !important;
}
}
1 Like

Friends, great news: we’ve started working on this feature! :tada:

Currently, it’s in the Design stage, but we’ll keep you updated on the progress here :blush:

1 Like