pull/1/head
Jan Umbach 2024-05-29 17:45:48 +02:00
parent 131e08a138
commit 23df2321af
1 changed files with 2 additions and 0 deletions

View File

@ -72,6 +72,8 @@
{% assign image_index = 0 %}
{% assign first_video = product.media | where: 'media_type', 'video' | first %}
<p>first_video: {{ first_video }}</p>
{%- for media in product.media -%}
{%- unless media.id == product.selected_or_first_available_variant.featured_media.id -%}