aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--js/reveal.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/reveal.js b/js/reveal.js
index 9ea61db..6605505 100644
--- a/js/reveal.js
+++ b/js/reveal.js
@@ -2601,7 +2601,7 @@
background.style.backgroundImage = 'url('+ backgroundImage +')';
}
// Videos
- else if ( backgroundVideo ) {
+ else if ( backgroundVideo && !isSpeakerNotes() ) {
var video = document.createElement( 'video' );
// Support comma separated lists of video sources