我在Wordpress上使用了名为WP Pro Advertising的广告插件,并且在IOS移动设备上查看时,我的几个广告区域都不想缩小。
这是“ adzone”的代码。
<div style="max-width:970px; width:100%; height:250px;">
<iframe src="http://southernpublishersgroup.com?wppasaid=1815" border="0" scrolling="no" allowtransparency="true" width="100%" height="100%" style="border:0;"></iframe>
</div>
这是该网站在移动设备上的屏幕截图。第一张图片是970x250px的adzone
答案 0 :(得分:0)
以iframe样式或CSS尝试一下:
iframe {
width: 1px;
min-width: 100%;
}