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

This commit is contained in:
icedrocket
2023-06-05 20:11:32 +09:00
committed by GitHub
parent 4d4b72ba38
commit c596aaefcf

View File

@@ -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;