From 4bc9e4921afac5ddf9e84c2f1873639179be86ef Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Tue, 29 May 2018 18:11:26 -0400 Subject: 0.26.2 image(s) without dimensions --- src/sdp/output/xmls_css.d | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/sdp/output/xmls_css.d') diff --git a/src/sdp/output/xmls_css.d b/src/sdp/output/xmls_css.d index 37d6cec..dc8d274 100644 --- a/src/sdp/output/xmls_css.d +++ b/src/sdp/output/xmls_css.d @@ -172,6 +172,7 @@ template SiSUcss() { margin-top: 0.8em; margin-bottom: 0.8em; } + img { max-width: 100%; height: auto; } /* spaced */ p.spaced { white-space: pre; } p.block { @@ -1193,6 +1194,7 @@ template SiSUcss() { margin-top: 0.8em; margin-bottom: 0.8em; } + img { max-width: 100%; height: auto; } /* spaced */ p.spaced { white-space: pre; } p.block { @@ -2159,6 +2161,7 @@ template SiSUcss() { margin-top: 0.8em; margin-bottom: 0.8em; } + img { max-width: 100%; height: auto; } /* spaced */ p.spaced { white-space: pre; } p.block { -- cgit v1.2.3