Finally fix video poistion / size

This commit is contained in:
2021-06-10 15:06:58 +02:00
parent a9e9e63b76
commit 8d10add379
2 changed files with 75 additions and 5 deletions
+5 -1
View File
@@ -33,7 +33,11 @@
const app = Elm.Main.init({
node: document.getElementById('container'),
flags: "video/manifest.m3u8",
flags: {
url: "video/manifest.m3u8",
width: window.innerWidth,
height: window.innerHeight
}
});
app.ports.initVideo.subscribe(function(arg) {