IceMan81 / io-2012-slides

Automatically exported from code.google.com/p/io-2012-slides
0 stars 0 forks source link

Scale with available size #34

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Make any presentation.
2. Change browser width.

What is the expected output? What do you see instead?
The slides should scale to adjust to fit the available area.
Slides have fixed width as defined in _variables.scss

What version of the product are you using? On what operating system?
commit: a94a99dad32b86e04d70f18f5b49401e43fc0a1d
OS: Ubuntu 14.04

Please provide any additional information below.
deck.js has this feature. It scales with browser window size with deck.scale 
plugin enabled.

Original issue reported on code.google.com by anand...@gmail.com on 27 Jan 2015 at 6:52

GoogleCodeExporter commented 8 years ago
You can zoom in/out using the browser's zoom feature. The deck will resize 
itself.

ctrl/cmd +
ctr/cmd -

Original comment by ebi...@gmail.com on 27 Jan 2015 at 7:44

GoogleCodeExporter commented 8 years ago
That does the trick. Thank you.

Original comment by anand...@gmail.com on 28 Jan 2015 at 5:46