javascript event to check if device size is changes code example Example: js detect screen size change window.onresize = function(){ console.log("resize"); }