Quote:
Originally Posted by verydeepwater
You can insert images as dropcaps in KF8, and float the text around it.
|
Not only can you insert images as dropcaps, you can actually format embedded fonts as dropcaps.
For more information see the
Kindle Publishing Guidelines.
Quote:
Originally Posted by verydeepwater
So my question is: is there a way to use media queries to be able to make the images appear as dropcaps in KF8 and for a large letter to replace the images in mobi devices?
|
You can use custom Kindle media queries. For example:
Code:
@media amzn-mobi { span.kf8 {display: none;} }
@media amzn-kf8 { span.mobi {display: none;} }
For more examples see the
Kindle Publishing Guidelines.
Quote:
Originally Posted by verydeepwater
I have a related query about Small Caps. According to Kindle Previewer, small caps don't appear on mobi devices such as the DX - the text just appears as lowercase and upper case. Is this correct, or just a shortcomings of previewer?
|
The preview is accurate. AFAIK, Small Caps require at a bare minimum a Kindle 3 with firmware 3.3 or higher.