I have some images with height=auto because sometimes they are different heights whereas they are always the same width. It works in every browser but I.E., is there someth
For Edge browser you can use max-height, which will also work for other browsers
max-height: 100%;