test
parent
88f3e92cad
commit
c6f205daf6
|
@ -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 %}
|
{% 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;"
|
style="display: none;"
|
||||||
{% endif %}
|
{% endif %}
|
||||||
thumbnail-alt={{ media.alt }
|
thumbnail-alt={{ media.alt }}
|
||||||
|
|
||||||
id="Slide-Thumbnails-{{ section.id }}-{{ forloop.index }}{{ id_append }}"
|
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 %}"
|
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-target="{{ section.id }}-{{ media.id }}"
|
||||||
data-media-position="{{ media_index }}">
|
data-media-position="{{ media_index }}">
|
||||||
|
|
||||||
{%- if media.media_type == 'model' -%}
|
{%- if media.media_type == 'model' -%}
|
||||||
<span class="thumbnail__badge" aria-hidden="true">
|
<span class="thumbnail__badge" aria-hidden="true">
|
||||||
{%- render 'icon-3d-model' -%}
|
{%- render 'icon-3d-model' -%}
|
||||||
|
|
Loading…
Reference in New Issue