enforce max width/height on iframes (#244), disabled mouse wheel navigation by default

This commit is contained in:
Hakim El Hattab 2012-11-17 15:48:12 -05:00
parent 332ce86c3a
commit c61dc00a98
5 changed files with 7 additions and 6 deletions

View file

@ -83,7 +83,7 @@ Reveal.initialize({
autoSlide: 0,
// Enable slide navigation via mouse wheel
mouseWheel: true,
mouseWheel: false,
// Apply a 3D roll to links on hover
rollingLinks: true,