diff --git a/lib/videojs-resolution-switcher.js b/lib/videojs-resolution-switcher.js index 9fa0274..eae1c38 100644 --- a/lib/videojs-resolution-switcher.js +++ b/lib/videojs-resolution-switcher.js @@ -162,7 +162,7 @@ var isPaused = player.paused(); // Hide bigPlayButton - if(!isPaused){ + if(!isPaused && this.player_.options_.bigPlayButton){ this.player_.bigPlayButton.hide(); }