Hi Joe, Le dimanche 23 novembre 2014 à 18:37 -0800, /#!/JoePea a écrit : > There's something important missing in web development: window.screen > does not contain the screen's hardware pixel density.
window.devicePixelRatio is probably what you need here, see: https://developer.mozilla.org/en-US/docs/Web/API/Window.devicePixelRatio If it's not, I suggest making your case as to why it's needed and why the current data isn't sufficient on http://discourse.specifiction.org/ Thanks, Dom
