Created
July 14, 2021 18:24
-
-
Save JorgeMadson/2ee9055436605644270775b9a23387fb to your computer and use it in GitHub Desktop.
How to rotate images in browser console
This file contains 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
document.getElementsByTagName("img")[0].style.transform = "rotate(270deg)" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment