How to get perfect border radius on images in all browsers?

前端 未结 7 473
渐次进展
渐次进展 2020-12-18 01:27

Currently I\'m getting like this in Chrome, Safari, Mobile Safari and Opera. edges are rough.

<         


        
7条回答
  •  轮回少年
    2020-12-18 02:08

    link the image in the body:

    
    

    add your sizing to the image:

    
    

    Then add in the inline CSS.

    
    

    By adding in the inline CSS, the border and border radius will take effect on the image. Just dont style this particular image in the stylesheet because specificity may mess with the inline CSS.

提交回复
热议问题