Created
September 30, 2020 21:26
-
-
Save drincruz/d04023619e80ab217ed4f1faec5b328c to your computer and use it in GitHub Desktop.
Play video on a page at a faster rate
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').playbackRate = 1.75; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment