diff options
Diffstat (limited to 'apps/Player')
-rw-r--r-- | apps/Player/components/Video.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/Player/components/Video.js b/apps/Player/components/Video.js index 7028f1f..e1f4c0b 100644 --- a/apps/Player/components/Video.js +++ b/apps/Player/components/Video.js @@ -53,6 +53,8 @@ const Video = ({ playlist, current, setCurrent, audioOnly = false, setDetails }) ref={videoEl} key={data.id} controls + playsInline + webkit-playsInline autoPlay style={audioOnly ? { backgroundImage: 'url(' + playlist[current].thumbnail + ')' } : {}} > |