Skip to content

Instantly share code, notes, and snippets.

@adikahorvath
Created March 22, 2015 14:34
Show Gist options
  • Save adikahorvath/3db4abfe1b74c1860f0a to your computer and use it in GitHub Desktop.
Save adikahorvath/3db4abfe1b74c1860f0a to your computer and use it in GitHub Desktop.
object fit
div {
object-fit: fill;
object-fit: contain;
object-fit: cover;
object-fit: none;
object-fit: scale-down;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment