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
The solution was to add the typical IE fix :(
css:
height:auto !important;