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.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/client/src/standalone/videos/embed.html b/client/src/standalone/videos/embed.html
index 6edf71f48..908aad940 100644
--- a/client/src/standalone/videos/embed.html
+++ b/client/src/standalone/videos/embed.html
@@ -19,10 +19,9 @@
19 <div id="error-content"></div> 19 <div id="error-content"></div>
20 </div> 20 </div>
21 21
22 <video playsinline="true" id="video-container" class="video-js vjs-peertube-skin"> 22 <div id="video-wrapper"></div>
23 </video>
24 23
25 <div id="placeholder-preview" /> 24 <div id="placeholder-preview"></div>
26 25
27 </body> 26 </body>
28</html> 27</html>