diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2012-11-17 15:48:12 -0500 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2012-11-17 15:48:12 -0500 |
commit | c61dc00a985e55fc304b53e97a404adc72c902e6 (patch) | |
tree | af5d308658aeae7ce6e6ce5be58fc9d8deae329d /README.md | |
parent | 332ce86c3a528f313070580fcef11c15ab5f309a (diff) | |
download | fosdem-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |