Start video muted
This lets us get auto play in firefox
This commit is contained in:
parent
bf2d54e858
commit
be8b65863b
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ const Video = ({user}: {user: string}) => {
|
||||||
}
|
}
|
||||||
}, [videoRef, user])
|
}, [videoRef, user])
|
||||||
|
|
||||||
return <video ref={videoRef} autoPlay controls playsInline />
|
return <video ref={videoRef} autoPlay muted controls playsInline />
|
||||||
}
|
}
|
||||||
|
|
||||||
export default () => {
|
export default () => {
|
||||||
|
|
Loading…
Reference in a new issue