I'm trying to embedded a video on my site and when the site opens, the video start to play automatically. I'm using Google Chrome v76. This is my code so far:
<iframe src="https://www.youtube.com/embed/SjVwyhbUUXE?autoplay=1" width="100%" height="100%" frameborder="0" align="center"></iframe>
The frame shows the video, but is not auto playing it; the user needs to manually click on play to start playing.
What else should I do?