AdSense : Replace 320×50 by 320×100 for mobile users

Posted in: Newspaper
Post count: 20

Hi,

As AdSense now recommend to all editors to replace 320×50 banners by 320×100 for mobile users (they sent a message to invite editors to do it), I just suggest you, for next updates to consider this information.

In fact, I suggest to change “height:50px” by “height:100px” in this code:

                    if ( td_screen_width < 768 ) {
                        /* Phones */
                        document.write('<ins class="adsbygoogle" style="display:inline-block;width:320px;height:50px" data-ad-client="XXXX" data-ad-slot="XXXX"></ins>');
                        (adsbygoogle = window.adsbygoogle || []).push({});
                    }

Just for your information, it would be nice to have it in the next update of your Newspaper theme.

  • This topic was modified 11 years by job78.
Post count: 6600

Hi,

Thanks for you suggestion. I will add this on our todo list and we will consider it for future updates.

Thanks for the message!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.