image tag in shopify code example
Example 1: image tag in shopify liquid
{{ 'logo.png' | asset_url | img_tag: 'The Soap Store' }}
Example 2: shopify custom html image tag src attribute
<img src="//cdn.shopify.com/s/files/1/0222/9076/t/10/assets/logo.png?796" alt="Logo">