Commit b8bed7d4 by 李嘉林

测试

parent 9f33c2c3
......@@ -53,10 +53,15 @@
class="livePlayer"
:src="liveNoticeInfo.boStreamRTMP"
mode="RTC"
:picture-in-picture-mode="['push','pop']"
autoplay
object-fit="fillCrop"
orientation="vertical"
@error="error"
@statechange="changes"
/>
<!-- object-fit="fillCrop" -->
<!-- orientation="horizontal" -->
</div>
</template>
......@@ -422,9 +427,11 @@ export default {
}
}
.livePlayer {
position: absolute;
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100vw;
height: 100vh;
z-index: -1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment