From: Dan Allen Date: Wed, 17 Jul 2019 08:57:37 +0000 (-0600) Subject: constrain width of inline image wherever it's located X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=e7297706a6cc525494f0ab86c22fc4ec165b53f5;p=working%2Feg-antora.git constrain width of inline image wherever it's located --- diff --git a/src/css/doc.css b/src/css/doc.css index 370f5e2..b181063 100644 --- a/src/css/doc.css +++ b/src/css/doc.css @@ -299,7 +299,7 @@ } .doc .imageblock img, -.doc .paragraph .image img { +.doc .image > img { height: auto; max-width: 100%; }