Skip to content
Snippets Groups Projects
  1. Apr 24, 2013
    • danse's avatar
      typo · c69b1180
      danse authored
      c69b1180
  2. Apr 22, 2013
  3. Apr 18, 2013
  4. Apr 06, 2013
  5. Apr 01, 2013
  6. Mar 31, 2013
  7. Mar 23, 2013
  8. Mar 17, 2013
  9. Mar 15, 2013
  10. Mar 14, 2013
    • David Banham's avatar
      Load socket.io client lib from CDN · b8556751
      David Banham authored
      Based on user feedback, it was very non-obvious that if using an
      web server other than multiplex/index.js it would be necessary to
      upload the socket.io client libs. This negates that problem.
      b8556751
  11. Mar 09, 2013
  12. Mar 04, 2013
  13. Feb 27, 2013
  14. Feb 06, 2013
  15. Feb 03, 2013
  16. Jan 31, 2013
  17. Jan 23, 2013
  18. Jan 22, 2013
  19. Jan 21, 2013
  20. Jan 18, 2013
  21. Jan 16, 2013
  22. Jan 09, 2013
  23. Jan 07, 2013
  24. Dec 31, 2012
  25. Nov 27, 2012
  26. Nov 20, 2012
  27. Nov 17, 2012
  28. Nov 13, 2012
    • Dan Dascalescu's avatar
      Document vertical centering breaking backcompat · dfa98a11
      Dan Dascalescu authored
      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?
      dfa98a11
Loading