diff options
Diffstat (limited to 'css/reveal.css')
-rw-r--r-- | css/reveal.css | 3 |
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%; } |