0.0.3 • Published 7 years ago

videojs-next-button v0.0.3

Weekly downloads
8
License
MIT
Repository
github
Last release
7 years ago

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