0
Can we use autoplay AND loop at the same time?
Just asking, I'm not sure :/
1 Antwort
+ 1
Yes you can.
Try this
<audio src="audio.mp3" controls autoplay loop>
Audio element not supported by your browser
</audio>
Just asking, I'm not sure :/