Created
June 6, 2017 21:09
-
-
Save chrislaughlin/d0272571404de0257840e9577c9035d5 to your computer and use it in GitHub Desktop.
Rotate Images
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$('img').css('transform', 'rotate(90deg)'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment