Video on HTML popup autoplay
-
How do I enable the autoplay for video on HTML popop?
The code show the video but autoplay is not working<video width="400" height="400" autoplay="autoplay" muted="muted" loop="loop">
<source src="expmle.mp4" type="video/mp4">
</video>code is working on page without problem
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.