【发布时间】:2017-06-13 01:46:24
【问题描述】:
我在我的网站上通过动态创建的 iframe 加载了 vimeo 视频。对于移动设备,我需要从以下位置更改 src:
<iframe src="https://player.vimeo.com/video/220535146?controls=0&hd=1&autoplay=1&player_id=banneroneVid&api=1" width="640" height="360" frameborder="0" title="reebok_short_loop" webkitallowfullscreen mozallowfullscreen allowfullscreen frameborder="0" id="banneroneVid" ></iframe>
到
<iframe src="https://player.vimeo.com/video/220535146?background=1" width="640" height="360" frameborder="0" title="reebok_short_loop" webkitallowfullscreen mozallowfullscreen allowfullscreen frameborder="0" id="banneroneVid" ></iframe>
理想情况下,我希望在页面加载时发生这种情况。
谢谢
【问题讨论】: