Using plain <img> tags is it possible to offset the image in the same way as you can with CSS background-image and background-position?
There are main images on the page and it makes little sense to have separate thumbnails when both will be loaded (thus increasing bandwidth). Some of the images are portrait and some are landscape, however I need to display the thumbnails at a uniform size (and crop off the excess where it fails to meet the desired aspect ratio).
Although this is possible using other tags and background- CSS values the use of plain <img> tags would be preferable.