mirror of
https://github.com/kmoskwiak/videojs-resolution-switcher.git
synced 2025-10-03 17:59:42 +02:00
example fix
This commit is contained in:
parent
38436a4f93
commit
60c666e15c
1 changed files with 2 additions and 2 deletions
|
@ -55,7 +55,7 @@
|
||||||
width: 1000,
|
width: 1000,
|
||||||
plugins: {
|
plugins: {
|
||||||
videoJsResolutionSwitcher: {
|
videoJsResolutionSwitcher: {
|
||||||
default: 'low' // Default resolution [{Number}, 'low', 'high']
|
default: 'high' // Default resolution [{Number}, 'low', 'high']
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}, function(){
|
}, function(){
|
||||||
|
@ -81,7 +81,7 @@
|
||||||
console.info('Source changed to %s', player.src())
|
console.info('Source changed to %s', player.src())
|
||||||
})
|
})
|
||||||
|
|
||||||
}).videoJsResolutionSwitcher();
|
})
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue