]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/standalone/videos/embed.html
video-embed: inject custom CSS
[github/Chocobozzz/PeerTube.git] / client / src / standalone / videos / embed.html
index c3b6e08ca11bf8f942aa2a19de69b86ec1be7cf8..17029ec415ace607e2849044bec6ea634e9db980 100644 (file)
@@ -8,10 +8,11 @@
     <meta name="robots" content="noindex">
     <meta property="og:platform" content="PeerTube" />
 
+    <!-- custom css tag -->
     <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 +20,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>