diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2016-04-10 12:09:02 +0200 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2016-04-10 12:09:02 +0200 |
commit | cb092e60bf074e4ed587641ba8b6fd8dfdc43679 (patch) | |
tree | 2d76ae4d9aad653a0a443162dab4e8622091604d | |
parent | a6507afcb4cb4245d8ac23b5be247b1c780163ed (diff) | |
parent | 5a7ac78d4b7a75c29f8aedb00f66028d16bef729 (diff) | |
download | fosdem-2018-presentation-cb092e60bf074e4ed587641ba8b6fd8dfdc43679.tar fosdem-2018-presentation-cb092e60bf074e4ed587641ba8b6fd8dfdc43679.tar.gz |
Merge branch 'dev' of github.com:hakimel/reveal.js into dev
-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> |