remove fluid

This commit is contained in:
Roy Olav Purser 2021-05-12 17:14:39 +02:00
parent 71a6007ad1
commit b4b2103335
Signed by: roypur
GPG Key ID: E14D26A036F21656

View File

@ -16,7 +16,6 @@ document.addEventListener("DOMContentLoaded", () => {
options.controls = true; options.controls = true;
options.liveui = true; options.liveui = true;
options.responsive = true; options.responsive = true;
options.fluid = true;
options.fill = true; options.fill = true;
options.techOrder = ["chromecast", "html5"]; options.techOrder = ["chromecast", "html5"];
options.plugins = {}; options.plugins = {};