Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <title>Site Title</title>
</head>
<body>
<a class="viewport_image_open" href="#viewport_image">Viewport Image</a>
  
<div id="viewport_image">
  <img src="http://foundwalls.com/wallpapers/2013/02/Autumn-wilderness-1080x1920.jpg" alt="" />
</div>
<script src="http://code.jquery.com/jquery-1.8.2.min.js"></script>
<script src="http://vast-engineering.github.io/jquery-popup-overlay/jquery.popupoverlay.js"></script>
  
<script>
  $('#viewport_image').popup();
</script>
</body>
</html>
 
img {
  max-width: 100%;
}
#viewport_image {
  padding: 2vmin;
  background: white;
}
#viewport_image img {
  max-height: 92vh;
  max-width: 94vw;
}
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers