iframe没有显示iPhone上的所有内容 - 适用于所有其他设备

时间:2016-06-16 23:05:48

标签: html iphone iframe

我设法让这个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>

0 个答案:

没有答案