XenForo
Administrative
- Thread starter
- Admin
- #1
i put audio mp3 to auto play when page loads but the home button needs to be clicked twice to have auto mp3 loaded only on chrome but on firefox works fine no problems.
This is the code i am using
<audio autoplay loop>
<source src="song.mp3">
</audio>
Read more about this Feed . . .
This is the code i am using
<audio autoplay loop>
<source src="song.mp3">
</audio>
Read more about this Feed . . .