View Single Post
Old 12-08-2016, 08:29 AM   #3
gillrael
Junior Member
gillrael began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Nov 2014
Device: Pocketbook 912 - Kobo Aura One
I solved the problem by using this method,
by changing the code in "titlepage.xhtml" with Calibre


------------------------------------------------------------------------
Example using <svg>
Code:

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Cover</title>
<style type="text/css">@page {margin:0px;}</style>
</head>
<body style="margin:0px;">
<svg xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org 1999/xlink"
width="100%" height="100%" version="1.1"
viewBox="0 0 1080 1440" preserveAspectRatio="xMidYMid meet">
<image width="1080" height="1440" xlink:href="cover.jpg"/>
</svg>
</body>
-------------------------------------------------------------------------

Found here:

https://www.mobileread.com/forums/sho...d.php?t=280603

Thanks to GeoffR

Last edited by gillrael; 12-08-2016 at 08:35 AM.
gillrael is offline   Reply With Quote