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

Readme

Keywords

Package Sidebar

Install

npm i videojs-next-button

Weekly Downloads

5

Version

0.0.3

License

MIT

Last publish

Collaborators

  • django_wong