videos uploaded via listings can be downloaded.. I want to disable the download option. Any help?
Unfortunately there’s no such option in HivePress yet, but it’s possible with customizations. If you’re familiar with code changes, you can override these template parts via a child theme:
- hivepress/templates/listing/view/page/listing-images.php at master · hivepress/hivepress · GitHub
- hivepress/templates/listing/view/block/listing-image.php at master · hivepress/hivepress · GitHub
And add this HTML attribute to the <video> tag:
controlsList="nodownload"
Please note that tech-savvy users may still download videos via the browser dev tools by copying the video URL and opening it in a new tab.
Hope this helps
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.