Quote:
Originally Posted by DNSB
How does the image look at a more reasonable magnification, say 200%. Your images all seem to be at 6400%. Can you also show an image of the portion between two pages.
|
Here is how it look with 200% (P6) and on the zoom of 6400%(p6.2) this is the code that I use
<style type="text/css">
@page {padding: 0pt; margin:0pt}
body { text-align: center; padding:0pt; margin: 0pt; }
</style>
</head>
<body>
<div style="display:none" class="title">Full screen image</div>
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
width="100%" height="100%" viewBox="0 0 1358 1920" preserveAspectRatio="none">
<image width="100%" height="100%" xlink:href="image_rsrc2GE.jpg"/>
</svg>
</body>
</html>
P.S I don't want the white part because I' bit OCD or perfectionist