enforce max width/height on iframes (#244), disabled mouse wheel navigation by default
This commit is contained in:
@ -42,7 +42,7 @@ var Reveal = (function(){
|
||||
autoSlide: 0,
|
||||
|
||||
// Enable slide navigation via mouse wheel
|
||||
mouseWheel: true,
|
||||
mouseWheel: false,
|
||||
|
||||
// Apply a 3D roll to links on hover
|
||||
rollingLinks: true,
|
||||
|
Reference in New Issue
Block a user