Skip to content

Instantly share code, notes, and snippets.

@5iDS
Created January 22, 2015 08:05
Show Gist options
  • Save 5iDS/a4b3868cad0cf71030c0 to your computer and use it in GitHub Desktop.
Save 5iDS/a4b3868cad0cf71030c0 to your computer and use it in GitHub Desktop.
Center and crop images with a single line of CSS
img {
object-fit: cover;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment