correct the url

This commit is contained in:
rahulshukla-home 2020-11-23 16:16:58 +05:30
parent 123bc59a04
commit cdd2a45e5b
1 changed files with 1 additions and 1 deletions

View File

@ -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>