remove download option from video 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.