Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS How to add rounded photo for my website commenters? Re: How to add rounded photo for my website commenters?

#108058
TheDoc
Member

img { border-radius: 50%; }

Or, if you know the exact size of the image you are dealing with you can use a fixed position:

img { border-radius: 50px; }

Example: http://jsfiddle.net/D8C42/