Good practices for embedding images for Kindle

No Comments

Compression vs Quality Trade Off

There are some important factors to note while embedding images:

  1. The Kindle eBook format supports JPEG and GIF interior image files (maximum 5MB).
  2. Kindle Direct Publishing converts image files along with text content. Kindle Direct Publishing can process graphics in the following formats:
    • GIF (or .gif)
    • PNG (or .png)
    • BMP (or .bmp)
    • JPEG (or .jpeg)

Prefer saving your images in JPEG format, as it offers a good compromise between size and quality. PNG and BMP files can be larger in comparison to the other size formats. GIF files have many built-in limitations. In JPEG format, if you are unable to upload your images, prefer GIF format as second choice.

Any vector graphics like SVG are not supported in Kindle books.

Preserving image aspect ratio:

PreserveAspectRatio-1

While defining height and width of image, prefer to set any one of them as auto to preserve aspect ratio of image.

Prefer %(percentage) instead of px(pixel) for defining dimensions of image so as to keep image resolution similar for all supported devices.

Here’s a sample code:

CSS

.preserve_aspect_ratio{

height : 30%;

width : auto;

}

PreserveAspectRatio-2

This is author biographical info, that can be used to tell more about you, your iterests, background and experience. You can change it on Admin > Users > Your Profile > Biographical Info page."

About us and this blog

We are a digital marketing company with a focus on helping our customers achieve great results across several key areas.

Request a free quote

We offer professional SEO services that help websites increase their organic search score drastically in order to compete for the highest rankings even when it comes to highly competitive keywords.

More from our blog

See all posts
No Comments

Recent Posts