Quantcast
Channel: MobileRead Forums - Calibre
Viewing all articles
Browse latest Browse all 31491

"The Economist" — cover image proportions

$
0
0
kovidgoyal
The built-in recipe for "The Economist" generates a title page so that the cover image is disproportionately stretched in some programs and readers. The resulting html-script of titlepage.xhtml contains the following code:

Code:

<svg xmlns="http://www.w3.org/2000/svg" height="100%" preserveAspectRatio="none"
To fix this issue:
Code:

preserveAspectRatio="xMidYMid meet"
p.s. and maybe to do same thing for other recipes to preserve cover image proportions?

Viewing all articles
Browse latest Browse all 31491

Trending Articles