I have been sent a design that I need to apply. I tried to do some reverse engineering on the Html and Css but I found it not very easy to read, looking like nested russian dolls
I saw that from a rectangular image they are producing a roundish shaped one using a whole bunch of HTML and CSS and a mix of divs, sgv, etc . Can somebody point to the right direction in order to achieve this with a more readable CSS
Anytime I need an odd shape image I simply use a png with a transparent background.
The browser will see it as a square image but only show the part that is not transparent.
A PNG file of a photographic image is likely to be much larger than a JPG file of the same image. Especially for large images, the use of clip path is likely to be preferable. (unless partial transparency is required).