Video Controls - Question | JoomShaper

Video Controls

A

Andrew

SP Page Builder 10 months ago

I have video on my web site using SPPB. and my player have control menu with button download. i need to hide this button. How can i make it? how i can change the video tag and add controlsList="nodownload" ?

0
1 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 10 months ago #177374

Hi Andrew,

Two facts:

  1. First of all realise it is impossible to completely prevent a video being downloaded, all you can do is make it more difficult.
  2. If you cannot find something in Addon settings, you can change by addon code customization/override.

Video addon front view (edit): components\com_sppagebuilder\addons\video\site.php

SPPB Guide: https://www.joomshaper.com/documentation/sp-page-builder/how-to-override-sp-builder-addons

Read also:


Whole rest is on your hands.

0