diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2016-04-10 11:57:38 +0200 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2016-04-10 11:57:38 +0200 |
commit | 5a7ac78d4b7a75c29f8aedb00f66028d16bef729 (patch) | |
tree | d06dd21f26a335ff7f2e7c1f36b258faaff1af6a | |
parent | 0fedfbe4c8b75ea6a4c4e4b7b9534fa98548e93c (diff) | |
download | fosdem-2018-presentation-5a7ac78d4b7a75c29f8aedb00f66028d16bef729.tar fosdem-2018-presentation-5a7ac78d4b7a75c29f8aedb00f66028d16bef729.tar.gz |
lazy load iframe in demo
-rw-r--r-- | demo.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -325,7 +325,7 @@ function linkify( selector ) { <section> <h2>Export to PDF</h2> <p>Presentations can be <a href="https://github.com/hakimel/reveal.js#pdf-export">exported to PDF</a>, here's an example:</p> - <iframe src="https://www.slideshare.net/slideshow/embed_code/42840540" width="445" height="355" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:3px solid #666; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> + <iframe data-src="https://www.slideshare.net/slideshow/embed_code/42840540" width="445" height="355" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:3px solid #666; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> </section> <section> |