Browse Source

Fix player not staying inline on iOS. Closes #2097

pull/2213/head
Gabe Kangas 3 years ago
parent
commit
88bb8336f3
No known key found for this signature in database
GPG Key ID: 9A56337728BC81EA
  1. 2
      web/components/video/OwncastPlayer/OwncastPlayer.tsx

2
web/components/video/OwncastPlayer/OwncastPlayer.tsx

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

Loading…
Cancel
Save