How can the video download be disabled on mobile in Webflow?
To disable the option for users to download a video on mobile in Webflow, you can use a combination of techniques. Here's a step-by-step guide on how you can achieve this:
1. Background video: If you are using a background video element, unfortunately, there is no built-in option in Webflow to disable the download functionality. The download option for background videos is controlled by the browser itself, and Webflow doesn't provide a way to override this.
2. HTML5 video: If you are embedding a video using the HTML5 video element, you can use the `controlsList` attribute to control the options available on the video player controls. You can set the `controlsList` attribute to "nodownload" to disable the download button.
Here's an example of how you can apply this technique: