How to autoplay a video on webpage?
You just need to pass the autoplay
attribute to your video
tag like this:
<video controls autoplay></video>
How to autoplay a video on webpage?
You just need to pass the autoplay
attribute to your video
tag like this:
<video controls autoplay></video>