Add image border

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

.eapp-photo-gallery-item-data-image {
    border: 2px solid #000000;
}