Parcourir la source

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

icedrocket il y a 2 ans
Parent
commit
c596aaefcf
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  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;