Skip to content

Instantly share code, notes, and snippets.

@dangayle
Last active December 21, 2015 23:59
Show Gist options
  • Save dangayle/6385843 to your computer and use it in GitHub Desktop.
Save dangayle/6385843 to your computer and use it in GitHub Desktop.
Responsive Double Click for Publishers ads with Modernizr's media query .mq() method
<script type='text/javascript'>
googletag.cmd.push(function() { Modernizr.mq('(min-width: 1200px)') && googletag.display('div-gpt-ad-1377815593640-3') });
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment