Created
May 26, 2013 17:19
-
-
Save vedranjaic/5653409 to your computer and use it in GitHub Desktop.
css: Clip image property
This file contains 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
img { | |
position:absolute; | |
clip: rect(0px,60px,200px,0px); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment