mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
add playsinline to video.
This commit is contained in:
parent
1cea58d9e4
commit
baf0c6de10
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user