{% if productImagesCarousel.title and productImagesCarousel.title != '' %}

{{productImagesCarousel.title}}

{% endif %}
{% for item in productImagesCarousel.items_list %}
{% if cartSingleProduct.showCarouselInside == "true" and productImagesCarousel.enablePauseBtns == "true" %}
{% endif %} {% if item.item_media_type_options.selected == 'image' %} {{item.media_alt}} {% elif item.item_media_type_options.selected == 'video' %}
{% if loop.index === 1 %} {% set isMutedAndAutoplaySetup = 'true' %} {% else %} {% set isMutedAndAutoplaySetup = 'false' %} {% endif %} {% from "../_vsl/_vsl.html" import vsl %} {{ vsl( brightcoveVideoStorage = item.brightcoveVideoStorage, brightcoveAccountID = "6415681346001", brightcoveVideoID = item.brightcoveVideoID, customPlay = 'true', ID = 'carouselVideoItem' + loop.index, placeholder = item.video_placeholder, alt = item.media_alt, src = item.media_path, path = global.path, hasControls = 'true', isMutedAndAutoplay = isMutedAndAutoplaySetup ) }}
{% endif %}
{% endfor %}