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="image-container">
      <img src="https://images.unsplash.com/photo-1529633760820-4d3969c536a0?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1216&q=80" alt="">
    </div>
  </body>
</html>
 
.image-container { 
  width: 500px;
  height: 275px;
  border: 3px orange solid;
  padding: 10px;
}
/* img {
 max-width: 100%;
} */
Output

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

Dismiss x