Merge pull request #1037 from Suva/dev
Do not add video backgrounds to speaker notes.
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user