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

Dependencies (0)

    Dev Dependencies (8)

    Package Sidebar

    Install

    npm i videojs-next-button

    Weekly Downloads

    2

    Version

    0.0.3

    License

    MIT

    Last publish

    Collaborators

    • django_wong