Skip to content

Instantly share code, notes, and snippets.

@curtiswilkinson
Created October 19, 2015 00:12
Show Gist options
  • Save curtiswilkinson/6c85195bbc87041c64c2 to your computer and use it in GitHub Desktop.
Save curtiswilkinson/6c85195bbc87041c64c2 to your computer and use it in GitHub Desktop.
breakpoint in Zoom JS (to prevent mobile issues)
$(document).ready(function(){
if (window.screen.width > 767) {
$('.zoom').zoom();
}
});
@philcon93
Copy link

window.innerWidth

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment