0.10.1
Pre-release
Pre-release
- add
noDefaultContextMenu
If you want to disable the native context menu of the video. You can set this variable on user config.
import Chimee from `chimee`;
new Chiee({
wrapper: 'chimee',
noDefaultContextMenu: true,
});
We will prevent the default context menu of video to show.
Also, you can pass in container
and wrapper
too. We will disable the context menu inside the dom node.
Thanks for #112