Open ellenyxr opened 6 years ago
I used this code to add background music in my html, but sometimes it doesn't play automatically, is there any way to fix that?
<audio controls autoplay> <source src="bgm.mp3" type="audio/mpeg"> </audio>
I used this code to add background music in my html, but sometimes it doesn't play automatically, is there any way to fix that?