Quote:
Originally Posted by JSWolf
Can you post the code in the cover XML along with any relevant CSS code? Also, how large is the cover and did you do anything to the cover like optimize it?
|
Thanks JS. Here's the cover xml:
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Cover</title>
</head>
<body>
<div style="text-align: center; padding: 0pt; margin: 0pt;">
<svg xmlns="http://www.w3.org/2000/svg" height="100%" preserveAspectRatio="xMidYMid meet" version="1.1" viewBox="0 0 1600 2400" width="100%" xmlns:xlink="http://www.w3.org/1999/xlink">
<image height="2400" width="1600" xlink:href="../Images/TheTest_1600x2400%28max-12%29.jpg"></image>
</svg>
</div>
</body>
</html>
As you can see the cover is 1600X2400 and I don't know if it's optimized or not. (A friend worked this up.)
Here's the CSS code: