diff options
Diffstat (limited to 'default.epub2')
-rw-r--r-- | default.epub2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.epub2 b/default.epub2 index f440134..685d102 100644 --- a/default.epub2 +++ b/default.epub2 | |||
@@ -48,7 +48,7 @@ $endif$ | |||
48 | $else$ | 48 | $else$ |
49 | $if(coverpage)$ | 49 | $if(coverpage)$ |
50 | <div id="cover-image"> | 50 | <div id="cover-image"> |
51 | <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"> | 51 | <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"> |
52 | <image width="$cover-image-width$" height="$cover-image-height$" xlink:href="../media/$cover-image$" /> | 52 | <image width="$cover-image-width$" height="$cover-image-height$" xlink:href="../media/$cover-image$" /> |
53 | </svg> | 53 | </svg> |
54 | </div> | 54 | </div> |