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