【发布时间】:2016-10-29 20:00:16
【问题描述】:
这是我的代码:
.myIframe {
position: relative;
padding-bottom: 56.25;
padding-top:30px;
height: 100%;
overflow: auto;
-webkit-overflow-scrolling:touch; //<<--- THIS IS THE KEY
border: solid black 1px;
}
.myIframe iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
这是我的网站:http://www.simtek.ro,iframe 是 360 照片标题,我只需要使其适合移动设备和桌面设备的屏幕,我想有一个简单的解决方案,但我想不通出来了:(
【问题讨论】:
标签: html css wordpress iframe responsive