summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2014-05-20 01:23:49 +0200
committerSamy Pessé <samypesse@gmail.com>2014-05-20 01:23:49 +0200
commit96edd50c8f44aea7b4aea9ab263bfc9bd7d113b9 (patch)
tree1e52bc5780f0e560ab6e69007a6edc1adcd1d82e
parent3993c1e35a29603d69fc6df7c7b48c420672c2b7 (diff)
downloadgitbook-96edd50c8f44aea7b4aea9ab263bfc9bd7d113b9.zip
gitbook-96edd50c8f44aea7b4aea9ab263bfc9bd7d113b9.tar.gz
gitbook-96edd50c8f44aea7b4aea9ab263bfc9bd7d113b9.tar.bz2
Add norm for small cover
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index e96f5b0..9fbde42 100644
--- a/README.md
+++ b/README.md
@@ -189,9 +189,11 @@ GitBook will read the `.gitignore`, `.bookignore` and `.ignore` files to get a l
#### Cover
-A cover image can be set by creating a file: **/cover.jpg** or **cover.png**.
+A cover image can be set by creating a file: **/cover.jpg**.
The best resolution is **1800x2360**. The generation of the cover can be done automatically using the plugin [autocover](https://github.com/GitbookIO/plugin-autocover).
+A small version of the cover can also be set by creating a file: **/cover_small.jpg**.
+
#### Plugins
Plugins can used to extend your book's functionality. Read [GitbookIO/plugin](https://github.com/GitbookIO/plugin) for more information about how to build a plugin for gitbook.