modules/XC/CrispWhiteSkin/templates/web/customer/product/details/parts/common.loupe.twig line 1

Open in your IDE?
  1. {# #
  2.  # Image loupe
  3.  #
  4.  # @ListChild (list="product.details.page.image", weight="15")
  5. #}
  6. {% if this.isLoupeVisible() %}
  7.   <a href="javascript:void(0);" class="loupe" aria-label="{{ t('Zoom image') }}"></a>
  8. {% endif %}