Created
September 2, 2021 03:11
-
-
Save szepeviktor/a6bdd8bea2c4a4eaecd176c43b43c6df to your computer and use it in GitHub Desktop.
Mirror (flip) horizontally Twitch stream's video
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
| .video-player video { transform: rotateY(180deg); } |
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
| document.querySelector(".video-player video").style.transform = "rotateY(180deg)"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
гол