Added playsinline to stop iphone video from fullscreening

This commit is contained in:
Mitchell McCaffrey 2020-03-20 22:46:06 +11:00
parent d35664a2c4
commit 67b8c035bb

View File

@ -15,6 +15,7 @@ function PartyVideo({ stream, muted }) {
autoPlay
muted={muted}
style={{ width: "100%", borderRadius: "4px", maxWidth: "500px" }}
playsinline
/>
);
}