Show selected variant images dawn theme

PHOTO EMBED

Mon Mar 28 2022 10:38:54 GMT+0000 (Coordinated Universal Time)

Saved by @websensepro #shopify #variantimages #dawntheme

filterMedia() {
    
         $('[thumbnail-color]').hide();
    
    var selected_variant = this.currentVariant.featured_media.alt;
    
    var selected_attribute = '[thumbnail-color="' + selected_variant + '"]';
    
    if (selected_variant == selected_variant) {
      
      $(selected_attribute).show();

    } }
content_copyCOPY