Created
January 27, 2015 08:56
-
-
Save asilbalaban/4eca7044354b5586b693 to your computer and use it in GitHub Desktop.
css 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
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