View Single Post
Old 11-17-2012, 01:53 AM   #1
chewi
Member
chewi has learned how to read e-bookschewi has learned how to read e-bookschewi has learned how to read e-bookschewi has learned how to read e-bookschewi has learned how to read e-bookschewi has learned how to read e-bookschewi has learned how to read e-books
 
chewi's Avatar
 
Posts: 14
Karma: 822
Join Date: Nov 2010
Device: sony prs-650
Post "The Economist" — cover image proportions

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?
chewi is offline   Reply With Quote