Browse code

Scale images and figures down to fit

Robert Cranston authored on 13/10/2019 15:30:20
Showing 1 changed files

... ...
@@ -62,6 +62,12 @@ $endif$
62 62
       color: Indigo;
63 63
     }
64 64
   </style>
65
+  <style>
66
+    img, .figure > * {
67
+      max-width: 100%;
68
+      height: auto;
69
+    }
70
+  </style>
65 71
   <style type="text/css">code{white-space: pre;}</style>
66 72
 $if(quotes)$
67 73
   <style type="text/css">q { quotes: "“" "”" "‘" "’"; }</style>