Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save anilmeena/d0ebec566e1cfcf924e9628245ba804b to your computer and use it in GitHub Desktop.

Select an option

Save anilmeena/d0ebec566e1cfcf924e9628245ba804b to your computer and use it in GitHub Desktop.
Display collection image outside of collection page
// Display collection image outside of collection page
{% assign collection = collections.my-collection-handle %}
{% if collection.image %}
<img src="{{ collection.image.src | collection_img_url: 'original' }}" alt="{{ collection.image.alt }}" />
{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment