Display images in full height

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

.eapp-team-showcase-member-card-photo-photo {
object-fit: contain;
height: 100%;
position: static;
transform: none;
}