Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
  
  <div class="imgHolder">
    <img src="//placehold.it/300x150/cf5" alt="">
  </div>
  
  <div class="imgHolder">
    <img src="//placehold.it/150x300/f0f" alt="">
  </div>
  
  <div class="imgHolder">
    <img src="//placehold.it/180x180/07f" alt="">
  </div>
  
  
</body>
</html>
 
.imgHolder{
  border:1px solid #000;
  width:240px;
  height:240px;
  line-height:240px;
  font-size:0; /* to perfectly align middle the image */
  text-align:center;
}
.imgHolder > img{
  max-width:100%;
  max-height:100%;
  vertical-align:middle;
}
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
roXonpro
0viewers