From da1f221b4f1ad11edf4099d651cb56e7fae79db0 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Sun, 4 May 2014 08:24:26 +0200 Subject: [PATCH] reduce max-height of images in pdfs --- css/print/pdf.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/print/pdf.css b/css/print/pdf.css index 7bcc6cb..ca42f4f 100644 --- a/css/print/pdf.css +++ b/css/print/pdf.css @@ -142,6 +142,7 @@ ul, ol, div, p { } .reveal img { box-shadow: none; + max-height: 80%; } .reveal .roll { overflow: visible;