Skip to content

Instantly share code, notes, and snippets.

@mikeott
Last active August 16, 2022 01:15
Show Gist options
  • Save mikeott/8fe5479bd4097137c0be86b13c56102a to your computer and use it in GitHub Desktop.
Save mikeott/8fe5479bd4097137c0be86b13c56102a to your computer and use it in GitHub Desktop.
CSS clip image
/* Note: Clip is deprecated and will be replaced by the clip-path in the future. */
#my-div img {
position: absolute;
clip: rect( 0px, 300px, 177px, 0px );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment