Video Js Remove Download Button Free May 2026

If you are using Video.js and find an unexpected download button appearing in Chrome or other modern browsers, it is usually because the browser's native controls are "bleeding through" or being explicitly enabled. By default, Video.js does not include a download button in its custom UI.

Use code with caution.

Add oncontextmenu="return false;" directly to your video tag. JavaScript Method: javascript video js remove download button

Here are the most effective ways to remove the download button and further protect your content. 1. Use the controlsList Attribute If you are using Video

The most straightforward method to hide the download button in modern browsers (like Chrome and Edge) is adding the controlsList="nodownload" attribute to your tag. Add oncontextmenu="return false;" directly to your video tag

var player = videojs('my-video'); player.ready(function() { var videoElement = this.tech().el(); videoElement.setAttribute('controlsList', 'nodownload'); }); Use code with caution. 2. Disable Right-Click (Context Menu)

For some older versions of Chrome or specific mobile environments, you may need to target the browser's internal shadow DOM with CSS.

Get in touch

Do you agree to subscribe to our latest product content

Subscribe to Youjoy News

Sign up to receive all the latest news and special offers

I have taken note of the consent to the processing of data to receive marketing communications on products, services, promotions, and initiatives relating to the Youjoy brand and the products and initiatives offered on Youjoy sites and apps

popup

Featured Selections

Redefining Physical Assessment with Intelligent Technology

AI-Enhanced Data Platform for Business Growth & Retention

  • National High-Tech Authority & Standard Contributor
  • Pioneer of 3T Assessment & Full-Cycle Smart Solutions
  • Globally Proven: X-ONE Devices Serving 30M+ Users in 40+ Countries
  • AI-Enhanced Data Platform for Business Growth & Retention
image

Why choose us

Exhibition Higlights 2025

index-84
index-85

Certificates

If you are using Video.js and find an unexpected download button appearing in Chrome or other modern browsers, it is usually because the browser's native controls are "bleeding through" or being explicitly enabled. By default, Video.js does not include a download button in its custom UI.

Use code with caution.

Add oncontextmenu="return false;" directly to your video tag. JavaScript Method: javascript

Here are the most effective ways to remove the download button and further protect your content. 1. Use the controlsList Attribute

The most straightforward method to hide the download button in modern browsers (like Chrome and Edge) is adding the controlsList="nodownload" attribute to your tag.

var player = videojs('my-video'); player.ready(function() { var videoElement = this.tech().el(); videoElement.setAttribute('controlsList', 'nodownload'); }); Use code with caution. 2. Disable Right-Click (Context Menu)

For some older versions of Chrome or specific mobile environments, you may need to target the browser's internal shadow DOM with CSS.

Let's Have A Quick Conversation

Get a Free Quote

Our representative will contact you soon.
Email
Name
Company Name
Message
0/1000