Fix player not staying inline on iOS. Closes #2097

This commit is contained in:
Gabe Kangas
2022-10-12 17:53:37 -07:00
parent c844e98a19
commit 88bb8336f3

View File

@@ -210,7 +210,7 @@ export const OwncastPlayer: FC<OwncastPlayerProps> = ({ source, online }) => {
controls: true,
responsive: true,
fluid: false,
playsInline: true,
playsinline: true,
liveui: true,
preload: 'auto',
controlBar: {