diff --git a/collectiveioning/live.css b/collectiveioning/live.css index 6cf83ce..1483d41 100644 --- a/collectiveioning/live.css +++ b/collectiveioning/live.css @@ -54,3 +54,8 @@ video { width: 100%; height: 100%; } + +.video-js{ + width: 100% !important; + height: 100% !important; +} diff --git a/collectiveioning/live.html b/collectiveioning/live.html index 9a248ad..29210cd 100644 --- a/collectiveioning/live.html +++ b/collectiveioning/live.html @@ -39,6 +39,11 @@ var player = videojs('master'); player.play(); //player.auto('true'); // this seems to be wrong (no auto method) player.autoplay(true); +//player.on("fullscreenchange", (a, b, c) => { +// console.log("fullscreen change", a, b, c); +// var ret = player.isFullscreen(); +// console.log("isFullscreen", ret); +//}) \ No newline at end of file