loop and auto-play not working without muted in video tag in html i want loop and auto-play but i want audio but i am not to do without muted what can i do in html
Answers
Answered by
1
Answer:
<video width="320" height="240" autoplay loop controls>
<source src="movie.mp4" type="video/mp4">
</video>
Read my bio and follow me
Similar questions