modules/XC/CrispWhiteSkin/templates/web/customer/product/details/parts/page.image.twig line 1

Open in your IDE?
  1. {##
  2.  # Product details image block
  3.  #
  4.  # @ListChild (list="product.details.page", weight="20")
  5.  #}
  6. <div class="image{% if not this.isLoupeVisible() %} empty{% endif %}">
  7.   {{ widget_list('product.details.page.image') }}
  8. </div>