For reference, the W3 validator says that auto is an invalid value:
auto
input:
<img src="image.png" alt="" width="500" height="auto">
output:
"Error: Bad value auto for attribute height on element img"