correct the url
This commit is contained in:
parent
123bc59a04
commit
cdd2a45e5b
|
|
@ -70,7 +70,7 @@
|
|||
>
|
||||
|
||||
<video v-if="thumb.type == 'video'" width="100%" height="100%" onclick="this.paused ? this.play() : this.pause();">
|
||||
<source :src="thumb.video_url" type="video/mp4">
|
||||
<source :src="thumb.small_image_url" type="video/mp4">
|
||||
{{ __('admin::app.catalog.products.not-support-video') }}
|
||||
</video>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue