View Single Post
Old 05-19-2015, 04:52 PM   #21
gbm
Wizard
gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.
 
Posts: 2,201
Karma: 8888888
Join Date: Jun 2010
Device: Kobo Clara HD,Hisence Sero 7 Pro RIP, Nook STR, jetbook lite
For your cover change:
Spoiler:
Code:
<body>
<p><img alt="Omslagfoto Euromast af-002" src="../Images/Omslagfoto%20Euromast%20af-002.jpg" /></p>
</body>
</html>

to
Spoiler:
Code:
    <body>
        <div>
            <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 xxx XXX" preserveAspectRatio="xMidYMid meet">
                <image width="xxx" height="XXX" xlink:href="../Images/Omslagfoto%20Euromast%20af-002.jpg"/>
            </svg>
        </div>
    </body>
</html>


Find the image width and height using calibre ebook editor, and enter them in-place of the xxx and XXX.

luck
bernie
gbm is offline   Reply With Quote