Skip to content

Instantly share code, notes, and snippets.

@vedranjaic
Created May 26, 2013 17:19
Show Gist options
  • Save vedranjaic/5653409 to your computer and use it in GitHub Desktop.
Save vedranjaic/5653409 to your computer and use it in GitHub Desktop.
css: Clip image property
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