article image shopify code example
Example: shopiify article image
{% if article.image %}
{%assign image_alt = article.title | escape %}
{{ article | image_url: '1024x1024' | image_tag: image_alt, 'article_image_class' | link_to: article.url }}
{% endif %}