test
parent
c6f205daf6
commit
22e965371d
|
@ -93,7 +93,11 @@
|
|||
<li
|
||||
id="Slide-{{ section.id }}-{{ media.id }}{{ id_append }}"
|
||||
class="product__media-item grid__item slider__slide{% if single_media_visible %} product__media-item--single{% endif %}{% if product.selected_or_first_available_variant.featured_media == null and forloop.index == 1 %} is-active{% endif %}{% if media.media_type != 'image' %} product__media-item--full{% endif %}{% if section.settings.hide_variants and variant_images contains media.src %} product__media-item--variant{% endif %}{% if settings.animations_reveal_on_scroll %} scroll-trigger animate--fade-in{% endif %}"
|
||||
data-media-id="{{ section.id }}-{{ media.id }}">
|
||||
data-media-id="{{ section.id }}-{{ media.id }}"
|
||||
{% 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 }}>
|
||||
{%- liquid
|
||||
assign media_position = media_position | default: 0 | plus: 1
|
||||
assign lazy_load = false
|
||||
|
|
Loading…
Reference in New Issue