Skip to content

Instantly share code, notes, and snippets.

@johnatandias
Created March 15, 2021 01:57
Show Gist options
  • Save johnatandias/a333fd705f024733e78a4943e0645b8c to your computer and use it in GitHub Desktop.
Save johnatandias/a333fd705f024733e78a4943e0645b8c to your computer and use it in GitHub Desktop.
Change video speed
const video = document.querySelector('video')
video.defaultPlaybackRate = 1.5
video.playbackRate = 1.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment