]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/standalone/videos/embed.html
Translated using Weblate (Occitan)
[github/Chocobozzz/PeerTube.git] / client / src / standalone / videos / embed.html
index c3b6e08ca11bf8f942aa2a19de69b86ec1be7cf8..908aad940ba3d1fc604b2432bc2842d096fc0b4a 100644 (file)
@@ -11,7 +11,7 @@
     <link rel="icon" type="image/png" href="/client/assets/images/favicon.png" />
   </head>
 
-  <body>
+  <body id="custom-css">
 
     <div id="error-block">
       <h1 id="error-title"></h1>
@@ -19,8 +19,9 @@
       <div id="error-content"></div>
     </div>
 
-    <video playsinline="true" id="video-container" class="video-js vjs-peertube-skin">
-    </video>
+    <div id="video-wrapper"></div>
+
+    <div id="placeholder-preview"></div>
 
   </body>
 </html>