Skip to content

Instantly share code, notes, and snippets.

@gkatsev
Created February 9, 2016 17:01
Show Gist options
  • Save gkatsev/64ee61d89f4b43f3446c to your computer and use it in GitHub Desktop.
Save gkatsev/64ee61d89f4b43f3446c to your computer and use it in GitHub Desktop.
videojs('foo', {
controlBar: {
children: ['playToggle',
'progressControl',
'volumeMenuButton',
'fullscreenToggle'],
volumeMenuButton: {
inline: false
}
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment