Reputation: 2227
In Chrome:
If I right click on jwplayer video, I can seen only one option "About jwplayer 6.12.."
But In Internet Explorer: There are total 4 options are showing:
How can I hide last 3 options in Internet Explorer ?
Upvotes: 2
Views: 3680
Reputation: 51
A trick is adding this rule to your CSS:
.jw-rightclick { display: none !important; }
This will hide HTML-generated jwplayer right click menu, but not in Internet Explorer.
This does fully not resolve the question, but it will help another users that finds the question related to the title of this post.
Upvotes: 3
Reputation: 44086
It's possible but you need a license in order to do so. https://support.jwplayer.com/customer/portal/articles/1406865-branding-your-player
Upvotes: 1
Reputation: 3052
You can't, sorry. It's up to Internet Explorer's source code what it displays when a Flash or HTML5 video element is right-clicked.
Upvotes: 0