Re: CSS circular image

> (...) 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

Received on Tuesday, 14 April 2020 01:52:35 UTC