How squeeze image

by Bacher

HTML

<div class="cont">
  <img src="http://www.clipartkid.com/images/23/123-clip-art-cliparts-co-WAgdTx-clipart.png" />
</div>

CSS

.cont {
  position: relative;
  width: 120px;
  height: 400px;
  background: #000;
}

IMG {
  { max-width: 100%; }
}