diff options
author | Hakim El Hattab | 2013-11-27 14:49:39 -0500 |
---|---|---|
committer | Hakim El Hattab | 2013-11-27 14:49:39 -0500 |
commit | 0eba619c1a66b6fb086464d5f268c0fdb714ed28 (patch) | |
tree | 35b92af7c6ea23c43d03aeac7d8fc1042dbd0e8b /README.md | |
parent | b314cf7b27c913c03ec5c36fd7c1b765732ef3e2 (diff) |
add example for parallax backgrounds
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -388,7 +388,7 @@ Reveal.initialize({ }); ``` -Make sure that the background size is much bigger than screen size to allow for some scrolling. +Make sure that the background size is much bigger than screen size to allow for some scrolling. [View example](http://lab.hakim.se/reveal-js/?parallaxBackgroundImage=https%3A%2F%2Fs3.amazonaws.com%2Fhakim-static%2Freveal-js%2Freveal-parallax-1.jpg¶llaxBackgroundSize=2100px%20900px). |