Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="http://jashkenas.github.com/coffee-script/extras/coffee-script.js"></script>
<meta charset=utf-8 />
<title>Welcome to JS Bin</title>
<meta name="viewport" content="width=device-width">
<link href='http://fonts.googleapis.com/css?family=Doppio+One' rel='stylesheet' type='text/css'>
<script class="jsbin" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
</head>
  
<body>
   <div class="viewer-v3 lightbox">
     <div class="borderLightbox">
       <div class="headerLightbox">
        HEADER
        <div class="actionsLightbox">
          ACTIONS
        </div>
       </div>
     <img class="image" src="http://www.goldbergjones-or.com/blog/wp-content/uploads/2013/05/how-to-get-divorced.jpg">
   </div>
  </div>
  
</body>
</html>
 
.lightbox img {
  margin-top: 2%;
}
.viewer-v3.lightbox {
    overflow: auto;
    display: block;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background: black;
    background: rgba(0,0,0,0.8);
}
.viewer img {
    margin-top: 2%;
    max-width: 100%;
    margin-bottom: 2%;
}
.borderLightbox
{
    border:#cccccc;
    border-width:1%;
    border-top-style:none;
    border-right-style:solid; 
    border-bottom-style :solid;
    border-left-style:solid;
    position:relative;
    width: 500px;
    background-color:#e5e5e5;
    margin-left:auto;
    margin-right:auto;
}
.headerLightbox
{
    position:fixed;
    background-color:#e5e5e5;
    border:#cccccc;
    border-width:1%;
    width: inherit;
    float:left;
    border-top-style:solid;
    border-right-style:none; 
    border-bottom-style :none;
    border-left-style:none;
}
.actionsLightbox
{
    background-color:#ffffff;
}
Output

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

Dismiss x
public
Bin info
albertmatyipro
0viewers