{% if media.media_type == 'video' %}
{{ media | video_tag: controls: true }}
{% else %}
{% endif %}
{% endfor %}
{% if product.images.size > 1 %}
{% for image in product.images %}
{% endfor %}
{% endif %}