[WooCommerce Instagram] If you want to change this to thumbnails or another image size, add this code to the 'custom functions' area of your functions.php file:
add_filter( 'woocommerce_instagram_image_size', 'change_wci_size_used' );
function change_wci_size_used() {
return 'thumbnail';
}