Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

crop image with circle css

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

img {
  display: inline;
  margin: 0 auto;
  height: 100%;
  width: auto;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #crop #image #circle #css
ADD COMMENT
Topic
Name
1+7 =