rozlisenie
Kód:
var width = screen.width;
var height = screen.height;
velkost okna
Kód:
var width = window.screen.height;
var height = window.screen.width;
resp pouzitelnej velkosti
Kód:
var width = window.screen.availHeight;
var height = window.screen.availWidth;