1. 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
  2. 12 nov., 2012 2 validations
  3. 11 nov., 2012 9 validations
  4. 10 nov., 2012 18 validations
  5. 31 oct., 2012 1 validation
  6. 30 oct., 2012 1 validation
  7. 29 oct., 2012 3 validations
  8. 28 oct., 2012 5 validations