I have one issue about autoplay video in html. I just write a index.html file and embed a Youtube video into it. I know how to play video automatically by add "?autoplay=1" in link source but when I open this file the first time, my video dont autoplay. Then, I refresh page and it play automatically
<iframe width="560" height="315" src="https://www.youtube.com/embed/M_ueZ9E2g_c?autoplay=1" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen style="margin-top: 30px;"></iframe>
So, my question is Why does it not play automatically in the first time and how to solve it? Thanks very much