Skip to content

Instantly share code, notes, and snippets.

@voronoy
Created October 20, 2014 11:18
Show Gist options
  • Save voronoy/9454c299871593fc1e68 to your computer and use it in GitHub Desktop.
Save voronoy/9454c299871593fc1e68 to your computer and use it in GitHub Desktop.
circular mask for non-square image
.mask {
display: inline-block;
width: 100px;
max-height: 100px;
border-radius: 50%;
overflow: hidden;
}
.mask > img {
max-width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment