parent
38657469ae
commit
e87e239612
|
@ -143,8 +143,13 @@
|
|||
<!-- <iframe src="http://192.168.192.121:10800/?menu=no/#/screen" width="100%" height="500px" allowfullscreen allow="autoplay; fullscreen" style="position: relative;border:none"/>-->
|
||||
<div style="display: flex;flex-wrap: wrap; gap:20px">
|
||||
<div v-for="(video,index) in videoList" :key="index" style="margin-bottom: 10px;width: 30%">
|
||||
<iframe v-if="video.GBSVIDEOURL" :src="video.GBSVIDEOURL"
|
||||
width="100%" height="250" allowfullscreen allow="autoplay; fullscreen;microphone"
|
||||
<iframe
|
||||
v-if="video.GBSVIDEOURL"
|
||||
:src="video.GBSVIDEOURL"
|
||||
width="100%"
|
||||
height="250"
|
||||
allowfullscreen
|
||||
allow="autoplay; fullscreen;microphone"
|
||||
style="position: relative;border:none"/>
|
||||
<div v-if="video.HLSVIDEOURL" :id="'aLiVideoPlayer'+index" class="prism-player"/>
|
||||
</div>
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue