Created
October 9, 2016 08:51
-
-
Save anilmeena/d0ebec566e1cfcf924e9628245ba804b to your computer and use it in GitHub Desktop.
Display collection image outside of collection page
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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