Answers for "get product main image shopify"

0

get product main image shopify

{% for image in product.images offset:1 limit:1 %}
   <img src="{{ image.src | product_img_url: '500x' }}">
{% endfor %}
Posted by: Guest on September-28-2020
0

get product main image shopify

{{ product.images[0] | product_img_url: 'medium' }}
Posted by: Guest on September-28-2020

Browse Popular Code Answers by Language