Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Theme support
›
Theme Options
Remove download button from Video element
anantvarun
December 2018
in
Theme Options
Is there any way I can remove or disable the download button from the HTML5 video element? I don't want people to download my videos.
Comments
Pablo
December 2018
Hi,
Unfortunately, BeTheme doesn't have the option to disable this.
All we can recommend is uploading the video to youtube and pasting the ID to it into the 'video' item.
Thanks
memolucio
August 2020
You can add this Custom JS
jQuery(function($){
$('video').attr('controlslist', 'nodownload');
});
Sign In
or
Register
to comment.
Comments
Unfortunately, BeTheme doesn't have the option to disable this.
All we can recommend is uploading the video to youtube and pasting the ID to it into the 'video' item.
Thanks