Skip to content

Instantly share code, notes, and snippets.

@chrislaughlin
Created June 6, 2017 21:09
Show Gist options
  • Save chrislaughlin/d0272571404de0257840e9577c9035d5 to your computer and use it in GitHub Desktop.
Save chrislaughlin/d0272571404de0257840e9577c9035d5 to your computer and use it in GitHub Desktop.
Rotate Images
$('img').css('transform', 'rotate(90deg)');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment