Image Ratio Sizing - Attribute
AttributeCSS
Original size (square 100x100):
no width/height set
Set height to 50, width auto, expect half sized square:
height 50 only, attribute
Set width to 50, height auto, expect half sized square:
width 50 only, attribute
Set width to 50 and height to 100 (via attributes), expect rectangular:
height 100, width 50, attribute