{% sw_extends '@Storefront/storefront/element/cms-element-image-gallery.html.twig' %}
{% block element_image_gallery_inner %}
{% set gallerySliderOptions = gallerySliderOptions|replace_recursive({
thumbnailSlider: {
responsive: {
md: {
items: (galleryPosition == "underneath") ? theme_config('atl-product-detail-gallery-thumbnail-underneath-items-md') : theme_config('atl-product-detail-gallery-thumbnail-left-items-md'),
},
lg: {
items: (galleryPosition == "underneath") ? theme_config('atl-product-detail-gallery-thumbnail-underneath-items-lg') : theme_config('atl-product-detail-gallery-thumbnail-left-items-lg'),
},
xl: {
items: (galleryPosition == "underneath") ? theme_config('atl-product-detail-gallery-thumbnail-underneath-items-xl') : theme_config('atl-product-detail-gallery-thumbnail-left-items-xl'),
}
}
}
}) %}
{{ parent() }}
{% endblock %}
{% block element_image_gallery_inner_col %}
{{ parent() }}
{% block element_image_gallery_inner_badges %}
{% sw_include '@Storefront/storefront/component/product/card/badges.html.twig' with {
product: page.product
} %}
{% endblock %}
{% endblock %}