Google广告代码
<div id="opacity_ads" class="advertisment" align="center">
<ins class="adsbygoogle"
style="display:inline-block;width:250px;height:250px;background-color: #FFF"
data-ad-client="ca-pub-8031746607239719"
data-ad-slot="6445123983"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
该脚本正在正确显示广告。此脚本正在创建height:270px
和width:480px
的iframe代码。因为在后端创建的iframe代码只能在控制台(iframe)上查看,位于广告,动态网址是他们的,我无法点击该网址,因为后端谷歌广告感知脚本生成的这个iframe。如何防止这个iframe如何将高度降低到70px。
答案 0 :(得分:0)
css文件中的一点css:
iframe{ height: 270px;}
试试。