how to remove the default download option in html video 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.