Add this code to the Custom CSS field on the Style tab of your Instagram Feed widget’s settings:
.eapps-instagram-feed-posts-item {
background-color: rgba(17, 17, 17);
}
.eapps-instagram-feed-posts-item-image-wrapper {
padding-top: 110%;
}
img.eapps-instagram-feed-posts-item-image {
top: 0 !important;
transform: translateX(-50%) !important;
height: 100% !important;
width: auto !important;
}
Let us know if the solution worked for you