Original

<img src="01.jpg">
Square (200 x 200 cropped)

<img data-src="01.jpg" class="img-fitter" width="200" height="200">
Horizon to Vertical (150 x 200 cropped)

<img data-src="01.jpg" class="img-fitter" width="150" height="200">
Horizon to much Horizon (200 x 80 cropped)

<img data-src="01.jpg" class="img-fitter" width="200" height="80">

Original

<img src="02.jpg">
Square (200 x 200 cropped)

<img data-src="02.jpg" class="img-fitter" width="200" height="200">
Vertical to Horizon (200 x 150 cropped)

<img data-src="02.jpg" class="img-fitter" width="200" height="150">
Vertical to much Vertical (80 x 200 cropped)

<img data-src="02.jpg" class="img-fitter" width="80" height="200">