I have a website where i put a music to be autoplayed and looped, but it's not working in Chrome. It's work on every browser but not in Chrome. I saw something on the internet that Chrome blocked this option, but i ask this community if they know some answer.
There is the code i used:
<audio src="goliath.webm" autoplay>
<p>Test.</p>
</audio>