0

We are using a png image as our logo on our main site. The image is about 85x57 pixels. Whenever we are viewing the website on Chrome, the image looks smooth. However, on firefox the image is grainy and one can distinguish each pixel. Is this a common browser issue with Chrome? Or is there a quick fix for this?

thank_you
  • 11,001
  • 19
  • 101
  • 185

2 Answers2

2

The "grainy-look" could be the result of a bug in Firefox as mentioned in this post.

Community
  • 1
  • 1
Mr. Polywhirl
  • 42,981
  • 12
  • 84
  • 132
1

Browsers have different methods of interpolating images when NOT rendered at their native size.

Best advice: render the image at its native size.

Diodeus - James MacFarlane
  • 112,730
  • 33
  • 157
  • 176