add playsinline to video.

This commit is contained in:
Miroslav Šedivý 2021-02-19 17:05:24 +01:00
parent 1cea58d9e4
commit baf0c6de10

View File

@ -1,7 +1,7 @@
<template>
<div ref="component" class="neko-component">
<div ref="container" class="neko-container">
<video ref="video" :autoplay="autoplay" :muted="autoplay" />
<video ref="video" :autoplay="autoplay" :muted="autoplay" playsinline />
<neko-overlay
:webrtc="webrtc"
:scroll="state.control.scroll"