Computer Science, asked by sh709807, 8 months ago

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 Imblank
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