mirror of
https://github.com/m1k1o/neko.git
synced 2025-06-05 04:13:03 +02:00
add playsinline attribute for video
This commit is contained in:
parent
a67d1d0e4f
commit
b8b43d69b0
2 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
<div ref="component" class="video">
|
||||
<div ref="player" class="player">
|
||||
<div ref="container" class="player-container">
|
||||
<video ref="video" />
|
||||
<video ref="video" playsinline />
|
||||
<div class="emotes">
|
||||
<template v-for="(emote, index) in emotes">
|
||||
<neko-emote :id="index" :key="index" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue