diff options
Diffstat (limited to 'default.epub3')
-rw-r--r-- | default.epub3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.epub3 b/default.epub3 index 4f5bd66..fc4fa76 100644 --- a/default.epub3 +++ b/default.epub3 | |||
@@ -49,7 +49,7 @@ $endif$ | |||
49 | $else$ | 49 | $else$ |
50 | $if(coverpage)$ | 50 | $if(coverpage)$ |
51 | <div id="cover-image"> | 51 | <div id="cover-image"> |
52 | <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="100%" height="100%" viewBox="0 0 $cover-image-width$ $cover-image-height$" preserveAspectRatio="none"> | 52 | <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="100%" height="100%" viewBox="0 0 $cover-image-width$ $cover-image-height$" preserveAspectRatio="xMidYMid"> |
53 | <image width="$cover-image-width$" height="$cover-image-height$" xlink:href="../media/$cover-image$" /> | 53 | <image width="$cover-image-width$" height="$cover-image-height$" xlink:href="../media/$cover-image$" /> |
54 | </svg> | 54 | </svg> |
55 | </div> | 55 | </div> |