diff --git a/snippets/product-thumbnail.liquid b/snippets/product-thumbnail.liquid index 3ebf988..9d4ef07 100644 --- a/snippets/product-thumbnail.liquid +++ b/snippets/product-thumbnail.liquid @@ -110,6 +110,10 @@ + {% if is_shx_video %} + {% render "shx-video", media: media %} + {% else %} + {%- if media.media_type != 'image' -%} {%- if media.media_type == 'model' -%} @@ -117,9 +121,7 @@ {%- endif -%} - {% if is_shx_video %} - {% render "shx-video", media: media %} - {% else %} +