hide download button of "multimedia" macro confluence

Sneha Gole October 27, 2020

I want to hide download button of "multimedia" macro confluence. Can anyone please help me  ??? Thanks in advance .

image.png

1 answer

0 votes
Sneha Gole October 27, 2020

i have solved myself by adding below code in macro

jQuery( document ).ready(function() {
  jQuery("video").each(function(){
    jQuery(this).attr('controlsList','nodownload');
    jQuery(this).load();
  });
});

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events