Skip to content

Instantly share code, notes, and snippets.

@1-800-jono
Created October 4, 2017 16:02
Show Gist options
  • Save 1-800-jono/b6b62ac993fe8843d3a69ec14a2d4628 to your computer and use it in GitHub Desktop.
Save 1-800-jono/b6b62ac993fe8843d3a69ec14a2d4628 to your computer and use it in GitHub Desktop.
Crop image and center with CSS - similar to background: cover
img {
object-fit: cover;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment