Increase size of image container to fix image cropping (Grid layout)

Add this code to the Custom CSS field on the Appearance tab of your Event Calendar widget’s settings:

.eapp-events-calendar-grid-item-imageContainer {
padding-top: 182%;
}
.eapp-events-calendar-grid-item-imageContainer img {
object-fit: cover;
}

Guys, if this code was helpful, please drop us a line in the comments :slightly_smiling_face: