Make rounded corners

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

.eapp-photo-gallery-photo-gallery-component {
  border-radius: 15px;
}