Skip to content

Instantly share code, notes, and snippets.

@szepeviktor
Created September 2, 2021 03:11
Show Gist options
  • Select an option

  • Save szepeviktor/a6bdd8bea2c4a4eaecd176c43b43c6df to your computer and use it in GitHub Desktop.

Select an option

Save szepeviktor/a6bdd8bea2c4a4eaecd176c43b43c6df to your computer and use it in GitHub Desktop.
Mirror (flip) horizontally Twitch stream's video
.video-player video { transform: rotateY(180deg); }
document.querySelector(".video-player video").style.transform = "rotateY(180deg)";
@jnskaron9-cpu

Copy link
Copy Markdown

гол

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment