Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<link href="//code.jquery.com/ui/1.11.2/themes/smoothness/jquery-ui.min.css" rel="stylesheet" type="text/css" />
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
  <img class="thisGuy" height="300" width="500" data-top-offset="-128" data-left-offset="-416" src="//40.media.tumblr.com/91b94de88bec68f2bcd455430f5342a0/tumblr_nftyf4XoIE1ta0hnbo1_1280.jpg">
  
  <script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
  
<script src="//code.jquery.com/ui/1.11.2/jquery-ui.min.js"></script>
  <script src="//cdnjs.cloudflare.com/ajax/libs/jquery.touchswipe/1.6.4/jquery.touchSwipe.min.js"></script>
  <script src="//cdnjs.cloudflare.com/ajax/libs/jqueryui-touch-punch/0.2.2/jquery.ui.touch-punch.min.js"></script>
  <script>
    $(document).ready(function () {
      $('img').viewportCrop();
    });
  </script>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers