I made a website and I have a background video with audio and I know that chrome and other browsers disabled it so my question is there a way I could make it play when they click onto the site or something of the sorts?
<video id="video" autoplay="autoplay" loop="loop" onloadstart="this.volume=0.2">
<source src="assets/ded.mp4" type="video/mp4"></source>
</video>
this is the code I have ^^ Thank you!