jquery - 覆盖 Google Ad 728px 宽度格式

发布于 2024-12-13 03:39:29 字数 498 浏览 1 评论 0原文

我应该让 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

北方的韩爷 2024-12-20 03:39:29

我用它来编辑 Google 广告的 ins

   $($('ins').first()).css({
        ...
   })

I use this to edit the ins of the google ad:

   $($('ins').first()).css({
        ...
   })
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文