8,245
edits
Paradox-01 (talk | contribs) No edit summary |
Paradox-01 (talk | contribs) (outer values ?) |
||
Line 6: | Line 6: | ||
alert( | alert( | ||
"Device PixelRatio: " + window.devicePixelRatio + | "Device PixelRatio: " + window.devicePixelRatio + | ||
"\nDevice Width: " + window. | "\nDevice Width: " + window.outerWidth + | ||
"\nDevice Height: " + window. | "\nDevice Height: " + window.outerHeight | ||
); | ); |
edits