Need a completely round picture? Which is easier? We take Photoshop, and cut the picture to the desired size. It just works in all browsers (even in IE ?) but … so old-fashioned. Especially when it comes to pictures in quantities measured in tens or hundreds (sometimes it happens) … It is better to use CSS – a primitive code, and a lot of time saved.
-
img {
-
width: 200px;
-
height: 200px;
-
border-radius: 50%;
-
}
Presented code wrapped <style type="text/css"> allows you to make any picture completely round.