@@ -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,
@@ -176,7 +176,8 @@ body {
}
/* Preserve aspect ratio and scale image so it's bound within the section */
-.reveal img {
+.reveal img,
+.reveal iframe {
max-width: 100%;
max-height: 100%;
@@ -42,7 +42,7 @@ var Reveal = (function(){