templates/themes/theme/accreditations/index.html.twig line 1

Open in your IDE?
  1. <ul class="accreditations">
  2.     {% for item in accreditations %}
  3.     <li class="accreditations--item mt-6">
  4.         <img src="{{ imageCache('/' ~ item.getFullImagePath, 'cropResize', 280, 140) }}" alt="{{ item.title }} logo" loading="lazy" />
  5.     <li>
  6.     {% endfor %}
  7. </ul>