Преглед изворни кода

Allow whitespace on background-images, w3 compliance

RobertBaron пре 7 година
родитељ
комит
f070ba47ec
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      js/reveal.js

+ 1 - 1
js/reveal.js

@@ -3085,7 +3085,7 @@
 
 				// Images
 				if( backgroundImage ) {
-					background.style.backgroundImage = 'url('+ backgroundImage +')';
+					background.style.backgroundImage = 'url('+ encodeURI(backgroundImage) +')';
 				}
 				// Videos
 				else if ( backgroundVideo && !isSpeakerNotes() ) {