diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2014-10-17 08:52:38 +0200 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2014-10-17 08:52:38 +0200 |
commit | 16f9e95d87b1a5cede29490d9a1822fce5769ffe (patch) | |
tree | 2245c425fdada4add37a7f73d1a90727244b89ef /js | |
parent | fa88707382a79467f9c315e307b445219036461d (diff) | |
download | fosdem-2018-presentation-16f9e95d87b1a5cede29490d9a1822fce5769ffe.tar fosdem-2018-presentation-16f9e95d87b1a5cede29490d9a1822fce5769ffe.tar.gz |
update slide bg example presentation to include iframes and videos #1029
Diffstat (limited to 'js')
-rw-r--r-- | js/reveal.js | 2 |
1 files changed, 1 insertions, 1 deletions
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%'; |