I am using the following CSS to resize a larger image:
img {
max-height: 100px;
}
This image displays with the appropriate aliasing within Chrome and Firefox but the edges look very aliased (choppy) within Internet Explorer 11. I have tried the approach here but that does not have any impact within IE11.
The image cannot be resized, and reuploaded, as this is a content management system that is trying to being responsive for our visitors. We also cannot rely on server side scripting.
what is the best option here?