From 60c666e15cbed896d0f3deee16a727ceb0892ae9 Mon Sep 17 00:00:00 2001 From: Kasper Moskwiak Date: Thu, 20 Aug 2015 16:22:28 +0200 Subject: [PATCH] example fix --- example.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example.html b/example.html index d19c469..b73db35 100644 --- a/example.html +++ b/example.html @@ -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(); + })