aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2012-11-17 15:48:12 -0500
committerHakim El Hattab <hakim.elhattab@gmail.com>2012-11-17 15:48:12 -0500
commitc61dc00a985e55fc304b53e97a404adc72c902e6 (patch)
treeaf5d308658aeae7ce6e6ce5be58fc9d8deae329d /README.md
parent332ce86c3a528f313070580fcef11c15ab5f309a (diff)
downloadfosdem-2018-presentation-c61dc00a985e55fc304b53e97a404adc72c902e6.tar
fosdem-2018-presentation-c61dc00a985e55fc304b53e97a404adc72c902e6.tar.gz
enforce max width/height on iframes (#244), disabled mouse wheel navigation by default
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0d6e3ac..5b84229 100644
--- a/README.md
+++ b/README.md
@@ -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,