From ac753936a40c1aa36ec8cade04ea79ce45ea931b Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Wed, 1 Feb 2012 13:32:29 +0100 Subject: [PATCH 1/1] images width in html --- librarian/xslt/book2html.xslt | 1 + 1 file changed, 1 insertion(+) diff --git a/librarian/xslt/book2html.xslt b/librarian/xslt/book2html.xslt index b018405..441f641 100755 --- a/librarian/xslt/book2html.xslt +++ b/librarian/xslt/book2html.xslt @@ -45,6 +45,7 @@ img { border: none; + max-width: 100%; } -- 2.20.1