Created
March 22, 2015 14:34
-
-
Save adikahorvath/3db4abfe1b74c1860f0a to your computer and use it in GitHub Desktop.
object fit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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