User:Paradox-01/vector.js: Difference between revisions

outer values ?
No edit summary
(outer values ?)
Line 6: Line 6:
alert(
alert(
"Device PixelRatio: " + window.devicePixelRatio +
"Device PixelRatio: " + window.devicePixelRatio +
"\nDevice Width: " + window.innerWidth +
"\nDevice Width: " + window.outerWidth +
"\nDevice Height: " + window.innerHeight
"\nDevice Height: " + window.outerHeight
);
);
8,245

edits