Increase image size on mobile for Slider layout

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

@media (max-width: 767px) {
  .eapp-photo-gallery-slider-item-component {
    height: 600px !important;
    padding: 0 !important;
  }
}

4 posts were split to a new topic: How to increase image size in Photo Gallery (Slider layout)