Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
</head>
<body>
<div class="box">
  <div class="outer">
    <img src="https://gw.alipayobjects.com/zos/rmsportal/UQZeVGqLueWZnNRBUENI.png" alt="">
  </div>
</div>
  
<hr/>
<div class="box">
  <img src="https://gw.alipayobjects.com/zos/rmsportal/UQZeVGqLueWZnNRBUENI.png" alt="" intrinsicsize="16x9">
</div>
</body>
</html>
 
.box {
  width: 40%;
}
.outer {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
img {
  width: 100%;
  height: 100%;
}
.outer img {
  position: absolute;
  top: 0; left: 0;
}
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers