From 45cac8d8d4b15dcff65ea82efe0d4d2ad83b127b Mon Sep 17 00:00:00 2001 From: bdizen Date: Tue, 26 Nov 2024 23:34:49 +0200 Subject: [PATCH] Testing iframe again --- config/services.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config/services.yaml b/config/services.yaml index f3cb620..e3bbcd9 100644 --- a/config/services.yaml +++ b/config/services.yaml @@ -80,3 +80,10 @@ type: iframe name: myIframe stream: http://192.168.1.175:1984/stream.html?src=Kan11&mode=mse + classes: h-60 sm:h-60 md:h-60 lg:h-60 xl:h-60 2xl:h-72 # optional, use tailwind height classes, see https://tailwindcss.com/docs/height + referrerPolicy: same-origin # optional, no default + allowPolicy: autoplay; fullscreen; gamepad # optional, no default + allowFullscreen: false # optional, default: true + loadingStrategy: eager # optional, default: eager + allowScrolling: no # optional, default: yes + refreshInterval: 2000 # optional, no default