diff options
author | Chocobozzz <me@florianbigard.com> | 2018-05-22 09:16:05 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-05-22 09:17:21 +0200 |
commit | e7eb5b399725afe7bae2dac27235a6e9478a2f12 (patch) | |
tree | c8e3dbbc50bfb1d6033b995b14977c934d625588 /client/src/standalone | |
parent | 0b33c5206023de0946b247e767087a518e0dec9a (diff) | |
download | PeerTube-e7eb5b399725afe7bae2dac27235a6e9478a2f12.tar.gz PeerTube-e7eb5b399725afe7bae2dac27235a6e9478a2f12.tar.zst PeerTube-e7eb5b399725afe7bae2dac27235a6e9478a2f12.zip |
Fix play on iOS (grumph)
Diffstat (limited to 'client/src/standalone')
-rw-r--r-- | client/src/standalone/videos/embed.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/standalone/videos/embed.html b/client/src/standalone/videos/embed.html index b60b03a22..2d1b48b38 100644 --- a/client/src/standalone/videos/embed.html +++ b/client/src/standalone/videos/embed.html | |||
@@ -17,7 +17,7 @@ | |||
17 | <div id="error-content"></div> | 17 | <div id="error-content"></div> |
18 | </div> | 18 | </div> |
19 | 19 | ||
20 | <video id="video-container" class="video-js vjs-peertube-skin"> | 20 | <video playsinline="true" id="video-container" class="video-js vjs-peertube-skin"> |
21 | </video> | 21 | </video> |
22 | 22 | ||
23 | </body> | 23 | </body> |