Answers for "shopiify article image"

0

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 %}
Posted by: Guest on February-15-2021

Browse Popular Code Answers by Language