SmashTapsOS / reactjs-videobg

Easily add background videos to react web apps
MIT License
50 stars 12 forks source link

Unable to set not mute playback #8

Closed ZhuningS closed 4 years ago

ZhuningS commented 4 years ago

Unable to set not mute playback. If set muted = false, then the video cannot be played

samAbeywickrama commented 4 years ago

Hello :)

If you want to mute the sounds you could set muted={true}. Setting muted={false} does not mute but enables the sound.