Skip to content

Instantly share code, notes, and snippets.

@asilbalaban
Created January 27, 2015 08:56
Show Gist options
  • Save asilbalaban/4eca7044354b5586b693 to your computer and use it in GitHub Desktop.
Save asilbalaban/4eca7044354b5586b693 to your computer and use it in GitHub Desktop.
css fit
object-fit: fill;
/* Do not scale the image */
object-position: center;
/* Center the image within the element */
width: 100%;
height: 200px !important;
max-height: 200px !important;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment