我设法让这个iframe显示出来,并对我iPhone上的所有设备做出响应。在其他地方工作。这是代码
<div style="display:block; max-width:940px; width: 100%; margin: 0px auto;">
<div style="height: 0; width: 100%; padding-bottom: 40%; overflow: hidden; position: relative;">
<iframe style="width: 100%; height: 100%; position: absolute; top: 0; left: 0;" src="http://www.urotuned.com/smartslider/sliders/4/index.html" frameborder="0" scrolling="no">
</iframe>
</div>
</div>