mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
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…
x
Reference in New Issue
Block a user