Skip to content

Instantly share code, notes, and snippets.

@mateuszkocz
Created September 27, 2013 18:43
Show Gist options
  • Save mateuszkocz/6733311 to your computer and use it in GitHub Desktop.
Save mateuszkocz/6733311 to your computer and use it in GitHub Desktop.
Checks the media query screen size.
if (window.matchMedia("(min-width: 40em)").matches) {
/* do something here, load supplementary content or something. */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment