'How to autoplay a video on website load using HTML 5 in Chrome

Google Chrome is not playing video automatically on webpage load.

<video src="https://player.vimeo.com/external/247833422.hd.mp4?s=8d872a36d3dbe7f74e9613ab144d088b5bab6649&profile_id=174" poster="" preload autoplay loop muted></video>

Looking for solution



Solution 1:[1]

First of all, check if the video even exists on that url; it's not showing up for me. If it does exist, however, then it might be that it is taking some time to load. As it loads, it will automatically start playing the video.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 AlveMonke