example fix

This commit is contained in:
Kasper Moskwiak 2015-08-20 16:22:28 +02:00
parent 38436a4f93
commit 60c666e15c

View file

@ -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>