Skip to content

Instantly share code, notes, and snippets.

@ixis-kyle
Created March 1, 2017 17:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ixis-kyle/6204170cc1d21aeeac5b9bd99f005045 to your computer and use it in GitHub Desktop.
Save ixis-kyle/6204170cc1d21aeeac5b9bd99f005045 to your computer and use it in GitHub Desktop.
{% for img in product.images %}
{% if img.src contains colorName %}
{% if img.src contains "rollover_1"%}
<img class="product_img_hover" src={{img.src | img_url: "480x480"}}>
{% elsif img.src contains "gallery_2" %}
<img class="product_img_hover" src={{img.src | img_url: "large"}}>
{% endif %}
{% endif %}
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment