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: {