Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="//code.jquery.com/jquery.min.js"></script>
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"></script>
  <meta charset="utf-8">
  <title>Image Resize (multiple)</title>
</head>
<body>
<div class="container-fluid">
<div class="row">
    <div class="col-sm-3">
        <a href="#">
            <div class="listing-box">
                <div class="listing">
                    <img src="http://placehold.it/400x600" alt="thumbnail" class="thumb">
                </div>
            </div>
        </a>
    </div>
    <div class="col-sm-3">
        <a href="#">
            <div class="listing-box">
                <div class="listing">
                    <img src="http://placehold.it/600x400" alt="thumbnail" class="thumb">
                </div>
            </div>
        </a>
    </div>
    <div class="col-sm-3">
        <a href="#">
            <div class="listing-box">
                <div class="listing">
                    <img src="http://placehold.it/800x400" alt="thumbnail" class="thumb">
                </div>
            </div>
        </a>
    </div>
    <div class="col-sm-3">
        <a href="#">
            <div class="listing-box">
                <div class="listing">
                    <img src="http://placehold.it/200x160" alt="thumbnail" class="thumb">
                </div>
            </div>
        </a>
    </div>
</div>
</div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
JSDesignpro
0viewers