templates/blocks/previews/img/image.html.twig line 1

Open in your IDE?
  1. <img src="{{ img.formats['sulu-400x400.webp'] }}" srcset="{{ img.formats['sulu-400x400.webp'] }} 400w, {{ img.formats['600x.webp'] }} 600w, {{ img.formats['1000x.webp'] }} 1000w" sizes="(max-width: 400px) 400w, (max-width: 600px) 600w, 1000w" alt="{{ img | copyright_or_description_or_title }}" loading="lazy" width="{{ img.fileVersion.properties.width }}" height="{{ img.fileVersion.properties.height }}">