Search code examples
amp-html

Responsive Ads for AMP Sites (width only)


Is there any solution to add a responsive Adsense to AMP? Like 100px height (for calculate the layout) and 100% width.


Solution

  • This works fine for me. It take a max high eq 100px and width: 100%

    <amp-ad   
        width="320" height="100"  
        media="(max-height: 100px)"  
        layout="responsive"  
        type="adsense"  
        class="adsbygoogle ads_mystyle"  
        data-ad-client="xxx"  
        data-ad-slot="xxx">  
    </amp-ad>