View Single Post
Old 12-11-2013, 03:48 AM   #72
Hitch
Bookmaker & Cat Slave
Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.
 
Hitch's Avatar
 
Posts: 11,503
Karma: 158448243
Join Date: Apr 2010
Location: Phoenix, AZ
Device: K2, iPad, KFire, PPW, Voyage, NookColor. 2 Droid, Oasis, Boox Note2
Quote:
Originally Posted by RbnJrg View Post
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
Hitch is offline   Reply With Quote