You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xshop/resources/views/segments/index/GisooVideo/GisooVideo.blade.php

4 lines
217 B
PHTML

<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 loop ></video>
</section>