Added playsinline to stop iphone video from fullscreening
This commit is contained in:
parent
d35664a2c4
commit
67b8c035bb
@ -15,6 +15,7 @@ function PartyVideo({ stream, muted }) {
|
||||
autoPlay
|
||||
muted={muted}
|
||||
style={{ width: "100%", borderRadius: "4px", maxWidth: "500px" }}
|
||||
playsinline
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user