i am working on wordpress website and i just put a video by using HMTL5 video tag, but problem here is video is working autoplay on all browser other then chrome, please can anybody tells me why is not automatically playing on onload in chrome browser.
The code which i am using for is this.
<video id="video1" width="300" autoplay controls>
<source src="https://www.***.com/wp-content/themes/***/videos/***-video.mp4" type="video/mp4">
</video>