First post for me here.
I\'m using a div to crop thumbnail images all in the same proportions (180wx170h). I\'m getting stuck when dealing with portrait as well as land
Try:
.crop img {max-height: 170px; max-width: 180px;}