aboutsummaryrefslogtreecommitdiff
path: root/css/reveal.css
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 /css/reveal.css
parent332ce86c3a528f313070580fcef11c15ab5f309a (diff)
downloadfreenode-live-2017-presentation-c61dc00a985e55fc304b53e97a404adc72c902e6.tar
freenode-live-2017-presentation-c61dc00a985e55fc304b53e97a404adc72c902e6.tar.gz
enforce max width/height on iframes (#244), disabled mouse wheel navigation by default
Diffstat (limited to 'css/reveal.css')
-rw-r--r--css/reveal.css3
1 files changed, 2 insertions, 1 deletions
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%;
}