From 16f9e95d87b1a5cede29490d9a1822fce5769ffe Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Fri, 17 Oct 2014 08:52:38 +0200 Subject: update slide bg example presentation to include iframes and videos #1029 --- js/reveal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js') diff --git a/js/reveal.js b/js/reveal.js index d5d9cbf..9ea61db 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -2614,7 +2614,7 @@ // Iframes else if ( backgroundIframe ) { var iframe = document.createElement( 'iframe' ); - iframe.setAttribute('src', backgroundIframe); + iframe.setAttribute( 'src', backgroundIframe ); iframe.style.width = '100%'; iframe.style.height = '100%'; iframe.style.maxHeight = '100%'; -- cgit v1.2.3