Reputation: 1
This is my code
<video autoplay loop id="myVideo" >
<source src="video/alliance.mp4" type="video/mp4">
</video>
If I add a "muted" attribute to the video tag, then it plays fine but when I remove the muted attribute, the video does not play. How to solve this issue? Because I want to have sound with it.
Upvotes: 0
Views: 65
Reputation: 4574
As per Google Autoplay Policy
Upvotes: 1