Answers for "can I detect screen size with JS"

1

js detect screen size change

window.onresize = function(){
console.log("resize");
}
Posted by: Guest on April-19-2020
1

get the size of the screen javascript

window.screen.height;
window.screen.width;
Posted by: Guest on March-18-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language