video tag download disable for html page code example
Example: how to stop download option in video tag of HTML
BY LOVE
Just add controlsList="nodownload" in your video tag.
BY LOVE
Just add controlsList="nodownload" in your video tag.