aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/standalone/videos/embed.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/standalone/videos/embed.html')
-rw-r--r--client/src/standalone/videos/embed.html2
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>