get full screen size js code example
Example 1: get the size of the browser jquery
$(window).height();
$(window).width();
Example 2: get the size of the screen javascript
window.screen.height;
window.screen.width;
$(window).height();
$(window).width();
window.screen.height;
window.screen.width;