Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

267
Views
How to disable HTML Video Player playback speed / three dots

I don't want to show playback speed in my video, is there any controls or controlList properties to disable that option like controls disablepictureinpicture controlslist="nodownload"

about 4 years ago · Juan Pablo Isaza
3 answers
Answer question

0

Add the parameter 'noplaybackrate' to controlsList. It works for me.

about 4 years ago · Juan Pablo Isaza Report

0

According to the docs only three options are available (nodownload, nofullscreen, and noremoteplayback) and none seems to do what you want.
And you can't style the browser's default control set, but you can use the (JavaScript) Media API to build your own control set which of course you can style in any way that you like. See this CodePen.

about 4 years ago · Juan Pablo Isaza Report

0

you can add the following:

video.controlsList = "noplaybackrate";

however if you want to deactivate others as well, then as such:

video.controlsList = "noplaybackrate nodownload"

and you have the last one in the list "Picture in Picture"

disable this one as such:

video.disablePictureInPicture = true;

now your three dots are gone

and to be complete to also disable the full screen function

video.controlsList = "noplaybackrate nodownload nofullscreen"
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!