Autoplay not autoplaying

Viewed 19

I am working on a website and I have tried adding background music. The problem that I am having is that if I put the "autoplay" tag, it still doesnt play. Yes I have added a "muted" tag aswell and it still will not play. I want the audio to play when a person clicks onto the site but I want it to be hidden.

here is my code:

<audio controls autoplay muted loop>
<source src="./assets/song.ogg" type="audio/ogg">
</audio>
0 Answers
Related