1. 24 avr., 2013 1 validation
    • danse's avatar
      typo · c69b1180
      danse a écrit
      c69b1180
  2. 22 avr., 2013 1 validation
  3. 18 avr., 2013 1 validation
  4. 06 avr., 2013 3 validations
  5. 01 avr., 2013 1 validation
  6. 31 mar., 2013 3 validations
  7. 23 mar., 2013 1 validation
  8. 17 mar., 2013 1 validation
  9. 15 mar., 2013 1 validation
  10. 14 mar., 2013 1 validation
    • David Banham's avatar
      Load socket.io client lib from CDN · b8556751
      David Banham a écrit
      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. 09 mar., 2013 3 validations
  12. 04 mar., 2013 1 validation
  13. 27 fév., 2013 3 validations
  14. 06 fév., 2013 1 validation
  15. 03 fév., 2013 1 validation
  16. 31 jan., 2013 1 validation
  17. 23 jan., 2013 2 validations
  18. 22 jan., 2013 1 validation
  19. 21 jan., 2013 4 validations
  20. 18 jan., 2013 1 validation
  21. 16 jan., 2013 1 validation
  22. 09 jan., 2013 1 validation
  23. 07 jan., 2013 1 validation
  24. 31 déc., 2012 1 validation
  25. 27 nov., 2012 1 validation
  26. 20 nov., 2012 1 validation
  27. 17 nov., 2012 1 validation
  28. 13 nov., 2012 1 validation
    • Dan Dascalescu's avatar
      Document vertical centering breaking backcompat · dfa98a11
      Dan Dascalescu a écrit
      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