Mediabox uses the browser's internal media player for mp4 video and mp3 audio, so we are stuck with the support those browsers offer to enable or disable media player features.
In Chromium browser (Chrome, Edge, Brave etc.) there is a controlslist property for the video and audio tags, which can be used to set th controls available. Firefox does not yet support this property, but it also does not display a download option in the media player controls.
To set this property for MediaBox depends on how you are creating the popup.
If you are doing it in HTML in the Code Editor, then you add the data-mediabox-controlslist="nodownload" attribute to the link, eg:
<a href="https://www.joomlacontenteditor.net/images/big_buck_bunny_trailer_480p.mp4" class="jcepopup" data-mediabox="1" data-mediabox-controlslist="nodownload">Big Buck Bunny</a>
If you are creating the popup using the Link dialog, then add the property as a Parameter in the Popup tab, eg:
If you are using the Media Manager to create the popup, then add the property as an Attribute in the Media Options tab, eg:
You can read more about the controlslist property here -
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video#controlslist
Ryan Demmer
Lead Developer / CEO / CTO
Just because you're not paranoid doesn't mean everybody isn't out to get you.