如何在 Chrome 中自动播放带有视频的 iframe

Com*_*ode 2 video iframe google-chrome

我用谷歌搜索了答案,但没有找到任何答案。如何在 Chrome 中自动播放视频。这是我尝试过的:

<iframe allow="fullscreen; autoplay" allowfullscreen="true" src="https://example.com"></iframe>
Run Code Online (Sandbox Code Playgroud)

Com*_*ode 5

我在互联网上找到了答案,但在 stackoverflow 上没有找到,所以我将其留在这里,以便有人可以找到它:

        <iframe allow="autoplay *; fullscreen *" allowfullscreen="true" 
          src="https://example.com">
        </iframe>
Run Code Online (Sandbox Code Playgroud)