Skip to content

Instantly share code, notes, and snippets.

@vevgeniy85
Created March 16, 2022 07:12
Show Gist options
  • Save vevgeniy85/12681448739af3df4bf33d195e51306b to your computer and use it in GitHub Desktop.
Save vevgeniy85/12681448739af3df4bf33d195e51306b to your computer and use it in GitHub Desktop.
Shopify - Add Product Image
{% for image in product.media %}
<img src="{{ image.preview_image | img_url: '900x' }}" alt="{{ image.alt | default: product.title | strip_html | escape }}">
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment