shopify liquid if string contains image code example
Example: shopify liquid if string contains image
{% if product.featured_media.media_type == "external_video" %}
{{ product.featured_media | external_video_url: color: "white" | external_video_tag }}
{% endif %}