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;
}
}
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
Guys, this feature is in the Development stage already, meaning our devs are working on the technical part!
Hey everyone!
We are happy to say that the Columns layout was transformed into Carousel, where you can change the image height using the new Photo Aspect Ratio control:
Check this post to learn more about other new features - Photo Gallery: [MAJOR UPDATE] Auto Play, Animation choice, Photo Aspect Ratio +1 more feature!