Skip to content

Instantly share code, notes, and snippets.

@williankeller
Created October 17, 2017 16:11
Show Gist options
  • Save williankeller/5320b9597b919953fae6b55fbc4b0653 to your computer and use it in GitHub Desktop.
Save williankeller/5320b9597b919953fae6b55fbc4b0653 to your computer and use it in GitHub Desktop.
$('.preview-thumb.fold').each(function(){
$element = $(this);
$element.css({
'perspective': ($element.width() * 1.54)
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment