Make images full-size (not for Masonry layout)

Add the code below to the Custom CSS field on your Social Feed widget’s Appearance tab:

[class*="MediaContainer__Container-sc"] {
padding-top: 100% !important;
}