matthewrkula / nextslide

NextSlide online powerpoint viewer.
nextslide.herokuapp.com
1 stars 0 forks source link

adjust the slideshow to the height of the browser window. #22

Open val-litvak opened 10 years ago

val-litvak commented 10 years ago

right now, a scrollbar shows up if your browser window height is less than 1200px, this would potentially cut off the bottom of some slides, we can use javascript to find out the height, and request the slides to be of that height from the client using cloudinary(which would only resize the slides in that slideshow once for that particular size and cache it, so that next time the same window size is opened, it will be fast), this is a similar strategy that we implemented with pic.ly