Quote:
Originally Posted by RbnJrg
You have to include both kind of images: the SVG (at 1200x1800) and the .jpg (at 600x800). The svg images, (in fact, you only will use one background image at 1200x1800), they are very light and they'll be showed in ADE/iPad/Kindle Fire/Kindle Paperwhite. The .jpg images (you'll have to include one for each chapter with overwritten text), they'll have a medium quality (600x800) and only will be used in Kindle DX/Kindle 1/Kindle 2. Of course, you'll have to make the .jpg images "invisible" for ADE/iPad/Kindle Fire/Kindle Paperwhite and the svg images "invisible" for KDX/K1/K2 (you should write some code to achieve that).
|
I have to dash, but what Ruben is trying to tell you, Psymon, is that the SVG images will NOT display in the K7 Kindles. A Paperwhite is a K8 Kindle, not a K7. To have your chapterheads show up in the K7 Kindles, you need to put a jpeg in that is the SAME as the SVG image, with the text atop it (IOW: you need an image that has the text IN it), and "call" it with the coding. You'll need CSS media queries, to make the K8 coding "hidden" in K7, and vice-versa. Right?
Hitch