Re: CSS circular image

Gérard Talbot <[email protected]> Mon, 13 Apr 2020 21:52:13 -0400
Newsgroups gmane.comp.web.css.general
Message-ID <[email protected]>
> (...) how to do circle images with CSS (presenting an image
> in a circular shape)
(...)
> So far, I've document 3 main methods with some variations detailed 
> here http://www.coding-dude.com/wp/css/css-circle-image/

> Method #1 – Wrapping the image in another element that has 
> a border-radius of 50%

Inside a block box and without 'object-fit: cover':

http://www.gtalbot.org/BrowserBugsSection/CSS3Backgrounds/border-radius-pct-011.html

Gérard