diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2014-04-28 11:51:35 +0200 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2014-04-28 11:51:35 +0200 |
commit | 635e51f8f54ba519c7b865b7b4f62cb65a927d2f (patch) | |
tree | 996e164af994d99a43f712463570cda7b1bc1cdd /test/test.html | |
parent | 9873839a50bffa9ef57050cf583588db2f66fde6 (diff) | |
download | fosdem-2018-presentation-635e51f8f54ba519c7b865b7b4f62cb65a927d2f.tar fosdem-2018-presentation-635e51f8f54ba519c7b865b7b4f62cb65a927d2f.tar.gz |
addition background image and getSlideBackground tests
Diffstat (limited to 'test/test.html')
-rw-r--r-- | test/test.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test.html b/test/test.html index edb1623..29d02a9 100644 --- a/test/test.html +++ b/test/test.html @@ -19,13 +19,13 @@ <div class="slides"> - <section> + <section data-background-image="examples/assets/image1.png"> <h1>1</h1> <img data-src="fake-url.png"> </section> <section> - <section> + <section data-background="examples/assets/image2.png"> <h1>2.1</h1> </section> <section> |