I have images that are 480px wide by 640px high.
I want to display them as circles on a webpage 150px wide using CSS. But I want to see the centre of the image.
So take 80px of the top and bottom of the original image produces the square with the image I want to see. I then want to make that into a circle.
Everything I try stretches the image as most examples are to use a square image to start with.
Can any one help