Skip to content

django-wong/videojs-next-button

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A plugin to display a next button in the control bar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published