img : . : , . , . , , .
div background-image, background-size cover. , , . , div a background-color background-size contain, , " ".
( inline-block, <img>):
<style>
.thumbnail {
background-color: black;
width: 250px;
height: 200px;
display: inline-block;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
</style>
<div class=thumbnail style="background-image: url(image1.jpg);"></div>
<div class=thumbnail style="background-image: url(image2.jpg);"></div>
jsfiddle demo cover: http://jsfiddle.net/tbeog5o9/24/
jsfiddle contain: http://jsfiddle.net/tbeog5o9/25/