Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script>
- (function($) {
- $(document).ready(function() {
- var $video = $('.et_pb_video video');
- $video.each(function() {
- $(this).attr('controlsList', 'nodownload');
- });
- $video.contextmenu(function() {
- return false;
- });
- });
- })(jQuery);
- </script>
Advertisement
Add Comment
Please, Sign In to add comment