2

Here is an example of a resized image showing the comparison between the original picture, the resized picture in Firefox, and the resized picture in Chrome:

https://i.stack.imgur.com/cjjrB.png

Chrome seems to render the image fine, but the image in Firefox seems very pixelated.

This is my CSS:

img {
    width: 48px;
    height: 48px;
    border-radius: 500px;
}

Anyone with any ideas?

Šime Vidas
  • 182,163
  • 62
  • 281
  • 385
user3390776
  • 61
  • 2
  • 7

1 Answers1

0

It seems to be a configuration issue with the browser itself

Referencing:

https://support.mozilla.org/en-US/questions/965904

Snappawapa
  • 1,697
  • 3
  • 20
  • 42