Why is the tomato picture taller than the others even though I specified the height and width? It must be something simple:
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet"/>
<div class="container">
<div class="row">
<div class="col-md-4">
<a href="#"><img src="http://i1121.photobucket.com/albums/l514/sterzarino/lightning.jpg" class="img-responsive projects img-thumbnail" width="230" height="230"></a>
<div class="caption text-center">Weather App</div>
</div>
<div class="col-md-4">
<a href="#"><img src="http://i1121.photobucket.com/albums/l514/sterzarino/TomatoClock.jpg" class="img-responsive projects img-thumbnail" width="230" height="230"></a>
<div class="caption text-center">Weather App</div>
</div>
<div class="col-md-4">
<a href="#"><img src="http://i1121.photobucket.com/albums/l514/sterzarino/soup.jpg" class="img-responsive projects img-thumbnail" width="230" height="230"></a>
<div class="caption text-center">Recipe Book</div>
</div>
</div>
</div>