Get your own website Result Size: 625 x 565
x
 
<!DOCTYPE html>
<html>
<body onresize="myFunction()">
<p>Try to resize the browser window.</p>
<script>
function myFunction() {
  alert("You have changed the size of the browser window!");
}
</script>
</body>
</html>