Advertisement
Guest User

Untitled

a guest
Feb 9th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. videojs('foo', {
  2. controlBar: {
  3. children: ['playToggle',
  4. 'progressControl',
  5. 'volumeMenuButton',
  6. 'fullscreenToggle'],
  7. volumeMenuButton: {
  8. inline: false
  9. }
  10. }
  11. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement