mirror of
https://github.com/kmoskwiak/videojs-resolution-switcher.git
synced 2025-10-03 09:49:21 +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,
|
||||
plugins: {
|
||||
videoJsResolutionSwitcher: {
|
||||
default: 'low' // Default resolution [{Number}, 'low', 'high']
|
||||
default: 'high' // Default resolution [{Number}, 'low', 'high']
|
||||
}
|
||||
}
|
||||
}, function(){
|
||||
|
@ -81,7 +81,7 @@
|
|||
console.info('Source changed to %s', player.src())
|
||||
})
|
||||
|
||||
}).videoJsResolutionSwitcher();
|
||||
})
|
||||
</script>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue