Skip to content

Instantly share code, notes, and snippets.

@marcusramberg
Created April 3, 2014 08:06
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 marcusramberg/9950312 to your computer and use it in GitHub Desktop.
Save marcusramberg/9950312 to your computer and use it in GitHub Desktop.
var factor = container.width() / alignment.cropW;
var img = headerImage.find('img');
var croppedCss = {
top: 0-Math.floor(alignment.cropY*factor),
left: 0-Math.floor(alignment.cropX*factor),
position: 'relative'
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment