modules/QSL/AMP/templates/web/customer/modules/QSL/AMP/common/image.twig line 1

Open in your IDE?
  1. {##
  2.  # Image
  3.  #}
  4. <amp-img src="{{ this.getAbsoluteURL(this.getURL()) }}"
  5.     {% for name, value in this.getProperties() %} {{ name }}="{{ value }}"{% endfor %}
  6.     layout="responsive">
  7.     <noscript>
  8.         <img src="{{ this.getAbsoluteURL(this.getURL()) }}" alt="{{ this.getAlt() }}" {% for name, value in this.getProperties() %} {{ name }}="{{ value }}"{% endfor %} />
  9.     </noscript>
  10. </amp-img>