Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="https://code.jquery.com/jquery-2.1.4.js"></script>
  <style>
    html,body{
      height:100%;
      width:100%;
      margin: 0px;
      padding: 0px;
    }
    
    body{
      background-image : url('http://wallpapers.wallhaven.cc/wallpapers/full/wallhaven-275416.jpg');
      background-size: 100%;
      background-position:center;
    }
  </style>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
<script>
  $(document).ready(function(){
    $(document).click(function(){
      $("body").animate({
        "background-size" : "120%"
      })
    })
  })
  </script>
</body>
</html>
Output

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers