Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tysonmatanich/GetDevicePixelRatio

An easy way to get the device pixel ratio of a screen using JavaScript.
https://github.com/tysonmatanich/GetDevicePixelRatio

Last synced: 3 days ago
JSON representation

An easy way to get the device pixel ratio of a screen using JavaScript.

Awesome Lists containing this project

README

        

# GetDevicePixelRatio

Allows you to get the device pixel ratio using JavaScript.

* Author: Tyson Matanich - http://matanich.com
* License: MIT

## Size and delivery

Currently, `getDevicePixelRatio.js` compresses to around 318 bytes (~0.3 KB), after minify and gzip. To minify, you might try these online tools: [Microsoft Ajax Minifier]:(http://ajaxmin.codeplex.com/), [Uglify]:(http://marijnhaverbeke.nl/uglifyjs), [Yahoo Compressor]:(http://refresh-sf.com/yui/), or [Closure Compiler](http://closure-compiler.appspot.com/home). Serve with gzip compression.

## Sample

```html

var devicePixelRatio = window.getDevicePixelRatio();

```

## Support

GetDevicePixelRatio supports a broad range of browsers and devices (there are currently no known unsupported browsers).