2014-03-07 88 views
2

這裏是示出原始圖像,在Firefox的調整大小的圖像,並在瀏覽器的調整大小的圖像之間的比較的調整大小後的圖像的一個例子:爲什麼Firefox渲染調整大小的圖像如此糟糕?

http://i.imgur.com/YjZ4niD.png

鉻似乎呈現圖像很好,但Firefox中的圖像看起來非常像素。

這是我的CSS:

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

任何有什麼想法?

+0

你說的Firefox ..你應該看到IE瀏覽器,它的[圖像的更糟:) –

+3

可能重複縮放導致質量差在Firefox/Internet Explorer但不是鉻](http://stackoverflow.com/questions/9945363/image-scaling-causes-poor-quality-in-firefox-internet-explorer-but-not-chrome) –

+1

看看這裏https://developer.mozilla.org/zh-CN/docs/Web/CSS/image-rendering – Rex

回答

相關問題