add playsinline attribute for video

This commit is contained in:
m1k1o 2021-02-12 22:48:31 +01:00
parent a67d1d0e4f
commit b8b43d69b0
2 changed files with 3 additions and 1 deletions

View file

@ -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" />