【发布时间】:2020-09-24 20:28:49
【问题描述】:
我正在尝试在我的网站上禁用自动播放此视频。这是我正在使用的代码:
<div style="height: 450px;">
<iframe frameborder="0" height="400" marginheight="0" marginwidth="0" scrolling="no" src="//www.elocallink.tv/m/1.7a/pv_prd_ell_pop.php?pid=Q3aN4ww4A2&videocid=N6N7Q7N4p61&ismobile=false&vversion=74&ss=undefined&mid=undefined&forceap=undefined&bpid=w4Qx4QN42" id="popframe" name="popframe" frameborder="0" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true" oallowfullscreen="true" msallowfullscreen="true" style="height:200%;width:100%"" type="text/html" width="700"></iframe>
</div>
我尝试将我的视频放入视频标签而不是 iFrame 中,但由于某种原因无法与源一起使用。
有没有人给我一个简单的解决方案?
【问题讨论】: