Skip to content

Instantly share code, notes, and snippets.

@mixu
Created October 21, 2013 16:31
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mixu/7086772 to your computer and use it in GitHub Desktop.
Save mixu/7086772 to your computer and use it in GitHub Desktop.
Set viedo playback speed
document.querySelectorAll('video')[0].playbackRate = 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment