Skip to content

Instantly share code, notes, and snippets.

@marcelolebre
Created November 19, 2015 18:21
Show Gist options
  • Save marcelolebre/0593e0b7cf5fb0df78ae to your computer and use it in GitHub Desktop.
Save marcelolebre/0593e0b7cf5fb0df78ae to your computer and use it in GitHub Desktop.
Center and crop image with full cover
background: url("<img>");
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment