Answers for "display images in liquid section shopify"

1

image tag in shopify liquid

{{ 'logo.png' | asset_url | img_tag: 'The Soap Store' }}
Posted by: Guest on December-07-2020
0

how to get section image in shopify

{{ section.settings.image_1 | img_url: '2048x' | img_tag }}

{% schema %}
{
  "name": "Image",
  "settings": [
    {
      "type": "image_picker",
      "id": "image_1",
      "label": "Image"    
    }
  ],
  "presets": [
    {
      "name": "Image",
      "category": "Content"
    }
  ]
}
{% endschema %}
Posted by: Guest on April-19-2022

Code answers related to "display images in liquid section shopify"

Browse Popular Code Answers by Language