diff --git a/snippets/product-media-gallery.liquid b/snippets/product-media-gallery.liquid index d1eb22e..beea79f 100644 --- a/snippets/product-media-gallery.liquid +++ b/snippets/product-media-gallery.liquid @@ -229,13 +229,12 @@ {% if product.selected_or_first_available_variant.featured_image.alt != media.alt and product.selected_or_first_available_variant.featured_image.alt != blank %} style="display: none;" {% endif %} - thumbnail-alt={{ media.alt } - + thumbnail-alt={{ media.alt }} id="Slide-Thumbnails-{{ section.id }}-{{ forloop.index }}{{ id_append }}" class="thumbnail-list__item slider__slide{% if section.settings.hide_variants and variant_images contains media.src %} thumbnail-list_item--variant{% endif %}" data-target="{{ section.id }}-{{ media.id }}" data-media-position="{{ media_index }}"> - + {%- if media.media_type == 'model' -%}