I would like these images to be square if possible rather than super tall.
Happy to see you on our forum! Welcome @Kyle_Looney
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!
Currently, it’s in the Design stage, but we’ll keep you updated on the progress here
1 Like
Guys, this feature is in the Development stage already, meaning our devs are working on the technical part!
1 Like