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