Skip to content

Instantly share code, notes, and snippets.

@cycold
Created September 10, 2014 02:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cycold/c3a3a7df69ccacb29dd3 to your computer and use it in GitHub Desktop.
Save cycold/c3a3a7df69ccacb29dd3 to your computer and use it in GitHub Desktop.
window.devicePixelRatio值支持与数值测试实例页面
<input type="button" id="button" value="点击弹出window.devicePixelRatio" />
document.getElementById("button").onclick = function() {
alert(window.devicePixelRatio);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment