From 88bb8336f3a652a64e8a9f65b2ad8daf6800b0cc Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Wed, 12 Oct 2022 17:53:37 -0700 Subject: [PATCH] Fix player not staying inline on iOS. Closes #2097 --- web/components/video/OwncastPlayer/OwncastPlayer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/video/OwncastPlayer/OwncastPlayer.tsx b/web/components/video/OwncastPlayer/OwncastPlayer.tsx index cc3cb0ffe..cfbd64283 100644 --- a/web/components/video/OwncastPlayer/OwncastPlayer.tsx +++ b/web/components/video/OwncastPlayer/OwncastPlayer.tsx @@ -210,7 +210,7 @@ export const OwncastPlayer: FC = ({ source, online }) => { controls: true, responsive: true, fluid: false, - playsInline: true, + playsinline: true, liveui: true, preload: 'auto', controlBar: {