Skip to content

Instantly share code, notes, and snippets.

@timelf123
Forked from underdown/gist:2474608
Created October 8, 2012 04:20
Show Gist options
  • Save timelf123/3850703 to your computer and use it in GitHub Desktop.
Save timelf123/3850703 to your computer and use it in GitHub Desktop.
responsive ads
<script type="text/javascript"><!--
google_ad_client = "ca-pub-3658299045266116";
/* top */
if ($(window).width()<728 ){
google_ad_slot = "4414183254";
google_ad_width = 320;
google_ad_height = 50;
}else{
google_ad_slot = "1020377061";
google_ad_width = 728;
google_ad_height = 90;
}
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment