From 70e453ebe7059d185cd1a1a9f5af4b9478358897 Mon Sep 17 00:00:00 2001 From: Jan Umbach Date: Mon, 27 May 2024 21:49:45 +0200 Subject: [PATCH] test --- snippets/product-media-gallery.liquid | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/snippets/product-media-gallery.liquid b/snippets/product-media-gallery.liquid index 1d4bcda..4eeff4f 100644 --- a/snippets/product-media-gallery.liquid +++ b/snippets/product-media-gallery.liquid @@ -97,7 +97,7 @@ {% 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-mobile={{ media.alt }}> + thumbnail-alt={{ media.alt }}> {%- liquid assign media_position = media_position | default: 0 | plus: 1 assign lazy_load = false @@ -230,10 +230,6 @@ assign media_index = media_index | plus: 1 -%}