HTML Images: Keep Aspect Ratio and Limit Dimensions
by: (30 Aug 2013)
A tip on using the img tag in HTML to keep the aspect ratio and also put a maximum limit on the width and height
This is an example which uses the max-width and max-height to both maintain the aspect ratio of im1.jpg and also put limits on the maximum width and height: