Hello,
Another question: Audio tag is not working in chrome and safari, in Firefox it works fine.
I want a loop in the background.
https://www.frederic-desauw.be/test/jv/index-oldb.html
<audio id="audio-player" preload="auto" autoplay loop>
<source src="audio/summer.mp3" type="audio/mp3">
</audio>I already tried different settings, but none of them worked.
