Answers for "for loop limit liquid"

0

for loop limit liquid

{% for image in product.images limit:5 %}
  <a href="{{ image.src | img_url: 'large' }}">
  	<img src="{{ image.src | img_url: 'compact' }}" alt="{{ image.alt | escape }}">
  </a>
{% endfor %}
Posted by: Guest on January-24-2022

Browse Popular Code Answers by Language