jquery - 覆盖 Google Ad 728px 宽度格式
我应该让 PC 网站在移动设备上可读。我正在使用 Jquery Mobile CSS,效果很好。
问题:当前网站使用一些 Google 728x90px 横幅,这破坏了我的移动布局。
问题
有没有办法将 Jquery 设置它们的宽度为 100%?
我可以使用此 Jquery 添加边框(尽管横幅首先加载,所以这已经破坏了我的布局),但我无法像这样设置宽度。
$('.widget-content ins, .widget-content img').css({ 'border':'5px solid red', 'width':'22px !important'});
这件事还能做得更好吗?我愿意这样做吗?
如果网站使用 Jquery-Mobile 在所有设备(PC 和移动设备)上显示并且广告仅配置为桌面,那么解决方法是什么?
感谢您的一些投入,希望有一个简单的 Jquery“补丁”
I'm supposed to make a PC site readable on mobile devices. I'm using Jquery Mobile CSS, which works quite ok.
The problem: the current site uses some Google 728x90px banners, which break my mobile layout.
Question
Is there any way to Jquery-set their width to 100%?
I can add borders using this Jquery (although the banner loads first, so this already breaks my layout), but I can't set the width like this.
$('.widget-content ins, .widget-content img').css({ 'border':'5px solid red', 'width':'22px !important'});
Can this be done any better? Would I want to do this?
What would be a workaround if a site uses Jquery-Mobile to display across all devices (PC&mobile) and the ads are just configured for desktop?
Thanks for some inputs and hopefully an easy Jquery "patch"
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我用它来编辑 Google 广告的
ins
:I use this to edit the
ins
of the google ad: