disable video download html5 tag 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.