Skip to content

Instantly share code, notes, and snippets.

@christophergregory
Created November 7, 2012 16:59
Show Gist options
  • Save christophergregory/4032956 to your computer and use it in GitHub Desktop.
Save christophergregory/4032956 to your computer and use it in GitHub Desktop.
collections
{% for product in collections.All.products %}
<div class="img-wrapper">
<img src="{{ product.images | first | product_img_url: 'medium' }}" alt="{{ product.title | escape }}">
</div>
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment