diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2016-01-08 14:18:53 +0100 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2016-01-08 14:18:53 +0100 |
commit | 993526ff67a46ff3d7749014b7b0841a00831ad5 (patch) | |
tree | 89464d97d813b59c5184fd2c62ed0511b1b85721 | |
parent | 3d33d27b860bb461d91e765d058f953623f8e39d (diff) | |
download | fosdem-2018-presentation-993526ff67a46ff3d7749014b7b0841a00831ad5.tar fosdem-2018-presentation-993526ff67a46ff3d7749014b7b0841a00831ad5.tar.gz |
fix broken iframe in backgrounds example
-rw-r--r-- | test/examples/slide-backgrounds.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/examples/slide-backgrounds.html b/test/examples/slide-backgrounds.html index 4e5e406..316c92a 100644 --- a/test/examples/slide-backgrounds.html +++ b/test/examples/slide-backgrounds.html @@ -93,7 +93,7 @@ <h2>Video background</h2> </section> - <section data-background-iframe="https://slides.com"> + <section data-background-iframe="https://slides.com/news/make-better-presentations/embed?style=hidden&autoSlide=4000"> <h2>Iframe background</h2> </section> |