Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

271
Vistas
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 Respuestas
Responde la pregunta

0

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

about 4 years ago · Juan Pablo Isaza Denunciar

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 Denunciar

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 Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda