Created
August 2, 2013 19:15
-
-
Save underdown/6142584 to your computer and use it in GitHub Desktop.
responsive ad code from adsense
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <style> | |
| .responsive { width: 320px; height: 50px; } | |
| @media(min-width: 500px) { .responsive { width: 468px; height: 60px; } } | |
| @media(min-width: 800px) { .responsive { width: 728px; height: 90px; } } | |
| </style> | |
| <script async src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> | |
| <!-- responsive --> | |
| <ins class="adsbygoogle responsive" | |
| style="display:inline-block" | |
| data-ad-client="ca-pub-3658299045266116" | |
| data-ad-slot="1962955043"></ins> | |
| <script> | |
| (adsbygoogle = window.adsbygoogle || []).push({}); | |
| </script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment