videojs-next-button

0.0.3 • Public • Published

videojs-next-button

=================

A videojs plugin to display a next button in control bar


Usage

    var video = videojs('#example', {
        'controlBar': {
            'children': [
                // other components...
                {
                    'name': 'nextButton',
                    'next': 'https://www.baidu.com'
                },
                // other components
            ]
        }
    });

License

MIT

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.3
    5
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.3
    5
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i videojs-next-button

Weekly Downloads

5

Version

0.0.3

License

MIT

Last publish

Collaborators

  • django_wong