custom/plugins/WynTheme/src/Resources/views/storefront/block/cms-block-image-gallery.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/block/cms-block-image-gallery.html.twig' %}
  2. {% block block_image_gallery_inner %}
  3.   {% sw_include "@Storefront/storefront/element/cms-element-" ~ element.type ~ ".html.twig" ignore missing with {
  4.     thumbnailPerPage: 4,
  5.     thumbnailPerMove: 4,
  6.     thumbnailBreakpoints: {
  7.       768: {perPage: 5, perMove: 5},
  8.       1200: {perPage: 7, perMove: 7},
  9.       1536: {perPage: 8, perMove: 8}
  10.     }
  11.   } %}
  12. {% endblock %}