From 00221faf0ee743cce1eabc98cef1ad33480bbf3f Mon Sep 17 00:00:00 2001 From: Martin Donnelly Date: Thu, 3 Feb 2022 22:53:20 +0000 Subject: [PATCH] updated videojs includes and maybe fixed twitch --- public/index.html | 4 ++-- src/App.svelte | 4 ++-- src/components/Twitch.svelte | 3 ++- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/public/index.html b/public/index.html index 6f90d9a..b0ce744 100644 --- a/public/index.html +++ b/public/index.html @@ -18,8 +18,8 @@ - - + + diff --git a/src/App.svelte b/src/App.svelte index 72c1d25..126048e 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -31,7 +31,7 @@ - + - + diff --git a/src/components/Twitch.svelte b/src/components/Twitch.svelte index 1d493fc..7643ad9 100644 --- a/src/components/Twitch.svelte +++ b/src/components/Twitch.svelte @@ -34,7 +34,8 @@ 'channel': channel, 'muted': true, 'width': '100%', - 'height': '100%' + 'height': '100%', + 'parent': ['multiview.silvrtree.local'], }); } catch (e) {