Browse Source

fix(examples): make video fits within window (#7129)

icedrocket 2 years ago
parent
commit
c596aaefcf
1 changed files with 4 additions and 0 deletions
  1. 4 0
      examples/streaming/index.html

+ 4 - 0
examples/streaming/index.html

@@ -4,6 +4,10 @@
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <style>
+      body {
+        margin: unset;
+        overflow: hidden;
+      }
       video {
         width: 100vw;
         height: 100vh;