I'm trying to figure out how to make an image scale with bicubic in MS Edge. Is there a CSS solution or something similar that can change this behavior?
Check out this page:
On the right side of the page, there are two images with textured backgrounds, and you can clearly see some strange artifacts.
https://i.sstatic.net/hd8au.jpg
The image on the left is from Chrome, while the one on the right is from MS Edge. There seems to be a moire effect caused by the resizing method being nearest neighbor or linear, rather than bicubic.
Here's another example with a more typical scenario: https://i.sstatic.net/K02HH.jpg
Microsoft Edge is at the top, and Chrome is at the bottom. Notice the pixelation - it looks like something I would expect from browsers back in the last decade.