Skip to content

Instantly share code, notes, and snippets.

@cezarpopa
Created March 8, 2016 10:28
Show Gist options
  • Save cezarpopa/1a13254ae69781c64884 to your computer and use it in GitHub Desktop.
Save cezarpopa/1a13254ae69781c64884 to your computer and use it in GitHub Desktop.
View screen size / viewport
<script type="text/javascript">
document.write(screen.width+'x'+screen.height);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment