Adjust the size of the post popup for Reels to match the popup height

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

.global-styles,
.eapps-instagram-feed-popup-item-media-video-container {
height: 50vh;
}

.global-styles,
.es-post-media-video {
height: 100%;
}

Let us know if the solution worked for you :slightly_smiling_face: