How to show the first product image of a collection in Shopify

0 Shares
0
0
0
0
0
0
0

Just insert below code

<img src="{{ collections.products.first | img_url: 'large' }}" alt="{{ collection.title | escape }}">

Thanks