Sketch-Template

{% if product.metafields.custom.photosketch %}
  <img 
    src="{{ product.metafields.custom.photosketch | img_url: '1024x' }}" 
    alt="Sketch image"
    style="width:100%; height:auto;" 
  >
{% endif %}