📜  用圆形 css 代码示例裁剪图像

📅  最后修改于: 2022-03-11 14:47:43.998000             🧑  作者: Mango

代码示例2
.image-cropper {
  width: 100px;
  height: 100px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}

img {
  display: inline;
  margin: 0 auto;
  height: 100%;
  width: auto;
}