- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
HubSpot video automatically allows download?
SOLVEFeb 22, 2018 6:19 PM
We just realized you can upload video files natively to HubSpot and embed them in our posts - great! But, there doesn't seem to be any edit functionality or, more importantly, settings to place and for whatever reason, the ability to download the video from the player is the default. Is there a way to get rid of that? And would the only way to style this be through some css?
Here is the preview page, the video is all the way towards the bottom
https://www.preventivevet.com/dogs/choosing-safe-dog-chew-toys?hs_preview=yoohmhcf-4485514426
Thanks in advance!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Accepted Solutions
Feb 23, 2018 5:36 AM
Hi there,
I think a possible solution could be just diving into the HTML code.
Just open the post, and click the <> button to view the source code.
At the place where the video is you'll see a video tag, where you can add or remove parameters.
<video
- either you can remove the controls all together
<video controls="false" ... - or you can disable the download option
<video controls controlsList="nodownload"
Good luck and let me know if that works 😉
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content