Skip to content

Instantly share code, notes, and snippets.

@romoo
Created May 21, 2012 06:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save romoo/2760806 to your computer and use it in GitHub Desktop.
Save romoo/2760806 to your computer and use it in GitHub Desktop.
Crop pic
<!--
For http://v2ex.com/t/36683
DEMO: http://jsfiddle.net/jST5v/
by Romoo
-->
<style type="text/css">
p{
position: relative;
overflow: hidden;
width: 320px;
height: 240px;
}
img{
position: absolute;
margin-top: -40px;
margin-left: -100px;
}
</style>
<p><img src="http://placehold.it/520x320" /></p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment