I have images which have width and height in html but there is also a stylesheet affecting these images with height auto
How to reset/override this property using cs
You can override height with:
height: unset;
Browser support is all except IE