diff options
author | Hakim El Hattab | 2013-06-09 16:12:50 +0200 |
---|---|---|
committer | Hakim El Hattab | 2013-06-09 16:12:50 +0200 |
commit | 4d164dc5b6de800ee77b2e488fe34c21716b2d36 (patch) | |
tree | c4a99bd9338816f0b14bc76a5b9b05430e0052e6 /index.html | |
parent | ff35847fc644253a19f4fcc43b05d4afb5960bcc (diff) |
revamp pdf printing to support per-slide backgrounds (closes #453)
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -201,19 +201,13 @@ <img width="178" height="238" src="https://s3.amazonaws.com/hakim-static/reveal-js/arrow.png" alt="Down arrow"> </a> </section> - <section data-background="https://s3.amazonaws.com/hakim-static/reveal-js/cornify.gif"> + <section data-background="https://s3.amazonaws.com/hakim-static/reveal-js/arrow.png"> <h2>Image Backgrounds</h2> <pre><code><section data-background="image.png"></code></pre> - <a href="#" class="image navigate-down"> - <img width="178" height="238" src="https://s3.amazonaws.com/hakim-static/reveal-js/arrow.png" alt="Down arrow"> - </a> </section> - <section data-background="https://s3.amazonaws.com/hakim-static/reveal-js/cornify.gif" data-background-repeat="repeat" data-background-size="100px"> + <section data-background="https://s3.amazonaws.com/hakim-static/reveal-js/arrow.png" data-background-repeat="repeat" data-background-size="100px"> <h2>Repeated Image Backgrounds</h2> <pre><code style="word-wrap: break-word;"><section data-background="image.png" data-background-repeat="repeat" data-background-size="100px"></code></pre> - <a href="#" class="image navigate-next"> - <img width="178" height="238" src="https://s3.amazonaws.com/hakim-static/reveal-js/arrow.png" alt="Up arrow" style="-webkit-transform: rotate(-90deg);"> - </a> </section> </section> |