diff --git a/index.html b/index.html index ed27a06..d66c0c8 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,6 @@
+ diff --git a/script.js b/script.js index 22a6764..2f8eb20 100644 --- a/script.js +++ b/script.js @@ -16,6 +16,8 @@ document.addEventListener("DOMContentLoaded", () => { options.controls = true; options.liveui = true; options.responsive = true; + options.fluid = true; + options.fill = true; options.techOrder = ["chromecast", "html5"]; options.plugins = {}; options.plugins.chromecast = {};