Solved
How do I Disable the Download Video Option
Hello, I'd like to prevent a video being downloaded by people completing my survey. The video is housed in my files library. The download option seems to appear only in Chrome. Thank you-
Best answer by TomG
The video tag in the video you posted looks like this:
```
<video controls="true" preload="auto" width="276" height="480">
```
It should look like this:
```
<video controls="true" preload="auto" width="276" height="480" controlsList="nodownload">
```
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

