ytplayer.html 677 B

123456789101112131415161718192021222324
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <style>
  5. body { margin: 0; width:100%%; height:100%%; background-color:#000000; }
  6. html { width:100%%; height:100%%; background-color:#000000; }
  7. .embed-container iframe,
  8. .embed-container object,
  9. .embed-container embed {
  10. position: absolute;
  11. top: 0;
  12. left: 0;
  13. width: 100%% !important;
  14. height: 100%% !important;
  15. }
  16. </style>
  17. </head>
  18. <body>
  19. <div class="embed-container">
  20. <iframe width="100%" height="100%" src=replacement frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
  21. </div>
  22. </body>
  23. </html>