How to change the video play speed in HTML5? I’ve checked video tag’s attributes in w3school but couldn’t approach that.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
According to this site, this is supported in the
playbackRateanddefaultPlaybackRateattributes, accessible via the DOM. Example:The above works on Chrome 43+, Firefox 20+, IE 9+, Edge 12+.