Thanks smallblockzach!
That actually worked, but it ended up overriding the rest of the site’s CSS when I inserted it into the plugin’s custom CSS settings.
I guess this is more of a CSS noob question then. How can I make this snippet override the theme’s settings but only be constrained to the Simply Instagram widget:
.row .col img {
height: auto;
width: auto;
}
Thanks!