Fix player not staying inline on iOS. Closes #2097
This commit is contained in:
parent
c844e98a19
commit
88bb8336f3
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user