test
parent
cbe0502452
commit
f0b29230b0
|
@ -83,7 +83,7 @@
|
||||||
|
|
||||||
<li
|
<li
|
||||||
id="Slide-{{ section.id }}-{{ media.id }}{{ id_append }}"
|
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 isCorrectImageWithMatchingAlt == true and first_videoShown == false and media.media_type == "video" %} is-active{% endif %}{% if media.media_type != 'image' %} product__media-item--full{% endif %}{% comment %}{% if section.settings.hide_variants and variant_images contains media.src %} product__media-item--variant{% endif %}{% endcomment %}{% if settings.animations_reveal_on_scroll %} scroll-trigger animate--fade-in{% endif %}"
|
class="product__media-item grid__item slider__slide{% if single_media_visible %} product__media-item--single{% endif %}{% if isCorrectImageWithMatchingAlt == true and first_videoShown == false and media.media_type == "video" %}{% assign first_videoShown = true %} is-active{% endif %}{% if media.media_type != 'image' %} product__media-item--full{% endif %}{% comment %}{% if section.settings.hide_variants and variant_images contains media.src %} product__media-item--variant{% endif %}{% endcomment %}{% 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 }}"
|
||||||
{% unless isCorrectImageWithMatchingAlt %}
|
{% unless isCorrectImageWithMatchingAlt %}
|
||||||
style="display: none;"
|
style="display: none;"
|
||||||
|
@ -127,7 +127,7 @@
|
||||||
|
|
||||||
<li
|
<li
|
||||||
id="Slide-{{ section.id }}-{{ media.id }}{{ id_append }}"
|
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 isCorrectImageWithMatchingAlt == true and first_videoShown == false and media.media_type == "video" %} is-active{% endif %}{% if media.media_type != 'image' %} product__media-item--full{% endif %}{% comment %}{% if section.settings.hide_variants and variant_images contains media.src %} product__media-item--variant{% endif %}{% endcomment %}{% if settings.animations_reveal_on_scroll %} scroll-trigger animate--fade-in{% endif %}"
|
class="product__media-item grid__item slider__slide{% if single_media_visible %} product__media-item--single{% endif %}{% if isCorrectImageWithMatchingAlt == true and first_videoShown == false and media.media_type == "video" %}{% assign first_videoShown = true %} is-active{% endif %}{% if media.media_type != 'image' %} product__media-item--full{% endif %}{% comment %}{% if section.settings.hide_variants and variant_images contains media.src %} product__media-item--variant{% endif %}{% endcomment %}{% 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 }}"
|
||||||
{% unless isCorrectImageWithMatchingAlt %}
|
{% unless isCorrectImageWithMatchingAlt %}
|
||||||
style="display: none;"
|
style="display: none;"
|
||||||
|
|
Loading…
Reference in New Issue