Image resizing internet explorer poor quality / antialiasing

Hi there,

If I downscale an image (e.g. image Max Width) the quality is really poor in IE11. The edges are jagged, poor anti aliased. Any hint to prevent this?

Thank you,
Michael

Hey Michael,

Please try this fix. Or, try a different image format like PNG.

Thanks.

Hey Christian,

thank you. Unfortunately no difference.
The first format was png… So I switched over to gif. But no difference also. No matter if I use gif or png it is always jagged.

Hello @mickna,

How about this:

img { 
        -ms-interpolation-mode: bicubic;
        image-rendering: optimizeQuality;
}

Let us know how it goes.

Hi jumar,

I am sorry. No change at all :confused:

Hi Michael,

Regretfully, there is nothing we can do about that if that is how IE render your images (it’s not a theme issue), maybe you’re scaling the image disproportionately, please resize your image and re-upload it. Or use SVG image format, this would allow the image to be resized without any change in the actual picture.

Thanks,

Hi friech,

I know, I know. But there was a realistic hope that you guys know a little trick :wink:

Thank you,
Michael

Since what we have suggested didn’t work, regretfully, you will need to hire a web developer to fix the issue for you.

Thank you for understanding.

Thank you christian!

Glad to hear we managed to help.

Christian
Did manage to find a fix. I’m having the same issue.
Thanks
Designbabe

Hi @designbabe,

Thanks for writing around! Please create a new thread of your own and explain a bit more about the issue you’re having so we can take a look.

Thank you!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.