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 use inline css to override your other css. The img height does not override the css because it's html so you need to use