Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 91 Bytes

web.md

File metadata and controls

2 lines (2 loc) · 91 Bytes

Change Playback speed of HTML5 video

document.querySelector('video').playbackRate = 1.5;