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:
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?