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

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/element/cms-element-image-gallery.html.twig' %}
  2. {% block element_image_gallery_inner_item %}
  3.     {% if shopware.config.FroshPlatformThumbnailProcessor.config.FixDetailGalleryThumbnailSizes %}
  4.         {% set sizes = {
  5.             'xs': '225px',
  6.             'sm': '430px',
  7.             'md': '430px',
  8.             'lg': '430px'
  9.         } %}
  10.     {% endif %}
  11.     {{ parent() }}
  12. {% endblock %}