Skip to content
 
 

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Javascript Zoom Detector

Detect the zoom level of the user's browser using Javascript. This can be used to show higher-resolution canvas or img when necessary.

It may not be complete; I need help testing different browsers. Patches welcome.

Usage:

<script src=detect-zoom.js></script>
<script>
  var zoom = DetectZoom.zoom();
  
  console.log(zoom);
</script>

Demo

About

Detect zoom level using Javascript

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors