mirror of https://github.com/4xmen/xshop.git
fixed vido loop
parent
bbc03e859c
commit
8217e109d5
@ -1,3 +1,3 @@
|
|||||||
<section class='GisooVideo live-setting' data-live="{{$data->area_name.'_'.$data->part}}" >
|
<section class='GisooVideo live-setting' data-live="{{$data->area_name.'_'.$data->part}}" >
|
||||||
<video src="{{asset('upload/media/'.$data->area_name.'.'.$data->part.'.mp4')}}" autoplay muted ></video>
|
<video src="{{asset('upload/media/'.$data->area_name.'.'.$data->part.'.mp4')}}" autoplay muted loop ></video>
|
||||||
</section>
|
</section>
|
||||||
|
Loading…
Reference in New Issue