Skip to content

0.10.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@toxic-johann toxic-johann released this 09 Jun 12:02
· 152 commits to master since this 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