【发布时间】:2018-09-04 13:09:40
【问题描述】:
我已经在 Google 上搜索并搜索了一段时间,以了解如何嵌入视频以停止自动播放,但我似乎无能为力。
有人可以帮忙吗?这是网站,视频位于页面底部附近。 https://www.prestigek9.com/
这是我的代码:
<div class="video-wrap">
<div class="video-embed">
<iframe width="640" height="360" src="https://media.9news.com/embeds/video/2186497/iframe?autostart=false" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true" autoPlay="false"></iframe>
</div>
</div>
【问题讨论】: