Responsive Adsense ad resizing with screen orientation change (while using Bootstrap for layout)

前端 未结 5 1537
后悔当初
后悔当初 2021-01-25 09:42

On my website I am using Bootstrap 3.2 for responsive design and I am trying to embed Adsense responsive adds there. I am having problems with orientation changes: I would expec

5条回答
  •  天涯浪人
    2021-01-25 10:19

    Ads from AdSense, even responsive ones, are loaded based on your screen size and orientation one time - when the webpage is loaded. Of course, you can try to reload part of page where your ad is served, but then you will have a problems with inner iframe elements (AdSense don't like to be in iframes).

提交回复
热议问题