View Single Post
Old 06-28-2017, 12:28 AM   #11
AlanHK
Guru
AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.AlanHK ought to be getting tired of karma fortunes by now.
 
AlanHK's Avatar
 
Posts: 681
Karma: 929286
Join Date: Apr 2014
Device: PW-3, iPad, Android phone
Looks like my earlier comment was useless.

I had some images I wanted to have maximum size, used the
Sigil AddImageasSVG plugin
https://www.mobileread.com/forums/sh...d.php?t=283333

Convert to azw3 with Kindlegen and sideload: the image page has margins.
Spoiler:

Code:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <title></title>
  <style type="text/css">    @page {padding: 0; margin:0}
body  {text-align: center; padding:0; margin: 0; }
  </style>
</head>

<body>
  <div>
    <svg xmlns="http://www.w3.org/2000/svg" height="100%" preserveAspectRatio="xMidYMid meet" version="1.1" viewBox="0 0 420 487" width="100%" xmlns:xlink="http://www.w3.org/1999/xlink"><image width="420" height="487" xlink:href="../Images/1servant.jpg"/></svg>
  </div>
</body>
</html>


All margins zero, width 100%. But it isn't 100% width, maybe 90%.
AlanHK is offline   Reply With Quote