test
parent
74aea5510a
commit
d5dbab1123
|
@ -132,6 +132,17 @@
|
|||
widths: '246, 493, 600, 713, 823, 990, 1100, 1206, 1346, 1426, 1646, 1946'
|
||||
}}
|
||||
</button>
|
||||
|
||||
{%- if is_shx_video
|
||||
render "shx-video",
|
||||
video_src: media.sources[1].url,
|
||||
thumbnail_src: media.preview_image | image_url: width: 1946,
|
||||
|
||||
else
|
||||
-%}
|
||||
|
||||
|
||||
|
||||
<template>
|
||||
{%- liquid
|
||||
case media.media_type
|
||||
|
@ -150,6 +161,8 @@
|
|||
-%}
|
||||
</template>
|
||||
|
||||
{% endif %}
|
||||
|
||||
{%- if media.media_type == 'model' -%}
|
||||
</product-model>
|
||||
{%- if xr_button -%}
|
||||
|
|
Loading…
Reference in New Issue