Change image height (Columns layout)

Add this code to the Custom CSS field on the Style tab of your Photo Gallery widget’s settings:

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

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