mirror of
https://github.com/m1k1o/neko.git
synced 2025-08-06 10:20:26 +02:00
add playsinline to video.
This commit is contained in:
parent
1cea58d9e4
commit
baf0c6de10
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<div ref="component" class="neko-component">
|
<div ref="component" class="neko-component">
|
||||||
<div ref="container" class="neko-container">
|
<div ref="container" class="neko-container">
|
||||||
<video ref="video" :autoplay="autoplay" :muted="autoplay" />
|
<video ref="video" :autoplay="autoplay" :muted="autoplay" playsinline />
|
||||||
<neko-overlay
|
<neko-overlay
|
||||||
:webrtc="webrtc"
|
:webrtc="webrtc"
|
||||||
:scroll="state.control.scroll"
|
:scroll="state.control.scroll"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue