Skip to content

Instantly share code, notes, and snippets.

@drincruz
Created September 30, 2020 21:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drincruz/d04023619e80ab217ed4f1faec5b328c to your computer and use it in GitHub Desktop.
Save drincruz/d04023619e80ab217ed4f1faec5b328c to your computer and use it in GitHub Desktop.
Play video on a page at a faster rate
document.querySelector('video').playbackRate = 1.75;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment