11 Commits
Author SHA1 Message Date
Dan Dascalescu dfa98a1138 Document vertical centering breaking backcompat
Essentially, slides have variable height now. This is not normally visible, but with transitions that have a non-transparent background, like `cube` or `page`, it is:




http://lab.hakim.se/reveal-js/?transition=cube




Before, slides had a fixed height, which means that presentations designed with that assumption in mind will look very different now.




Another aspect that I bumped into is that I used the slide's height to dynamically size images to fill the remainder of the space from the heading to the footer, like this (stripped to the essence):




          bigImage.style.height = section.offsetHeight - bigImage.offsetTop + 'px';




Alternatively, is there an easy way to restore the previous functionality?
2012-11-13 01:47:02 -08:00
Dan Dascalescu 4192106469 its->it's in README.md
Thanks for the multi-control support!
2012-11-10 17:51:31 -08:00
Dan Dascalescu 20858d1f4c Document zooming feature 2012-10-14 23:15:41 -07:00
Dan Dascalescu a149de8ddc Links to transitions & themes stay in presentation 2012-10-10 03:49:05 -07:00
Dan Dascalescu 2cc6927f3c Typo fix 2012-10-10 02:11:52 -07:00
Dan Dascalescu 8b00c975e4 Document optional libraries
Note that socket.io and a few others are not shipped by default
2012-08-14 18:09:28 -07:00
Dan Dascalescu 41796f3371 Ensure images are bound within the section 2012-08-13 18:55:57 -07:00
Dan Dascalescu bca37c2eda Increase line-height for links to allow for descenders
Previously, descenders from characters like 'g' or 'y' were truncated (overflow: hidden)
2012-08-13 18:50:44 -07:00
Dan Dascalescu 2bc8a587e5 Update index.html
Typo fix: let's -> lets
2012-08-08 20:00:40 -07:00
Dan Dascalescu cb0416aac5 Update css/main.css
rm extrenous whitespace
2012-08-08 18:55:32 -07:00
Dan Dascalescu ff5680a794 Update README.md
Clarified a bit how horizontal and vertical slides relate.
2012-08-08 14:38:56 -07:00