From c61dc00a985e55fc304b53e97a404adc72c902e6 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Sat, 17 Nov 2012 15:48:12 -0500 Subject: enforce max width/height on iframes (#244), disabled mouse wheel navigation by default --- css/reveal.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'css/reveal.css') diff --git a/css/reveal.css b/css/reveal.css index d2d9779..0701b53 100644 --- a/css/reveal.css +++ b/css/reveal.css @@ -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%; } -- cgit v1.2.3