Do not add video backgrounds to speaker notes.
This commit is contained in:
parent
6c8becc51b
commit
82a692c394
|
@ -2601,7 +2601,7 @@
|
||||||
background.style.backgroundImage = 'url('+ backgroundImage +')';
|
background.style.backgroundImage = 'url('+ backgroundImage +')';
|
||||||
}
|
}
|
||||||
// Videos
|
// Videos
|
||||||
else if ( backgroundVideo ) {
|
else if ( backgroundVideo && !isSpeakerNotes() ) {
|
||||||
var video = document.createElement( 'video' );
|
var video = document.createElement( 'video' );
|
||||||
|
|
||||||
// Support comma separated lists of video sources
|
// Support comma separated lists of video sources
|
||||||
|
|
Loading…
Reference in New Issue