Add norm for small cover

This commit is contained in:
Samy Pessé
2014-05-20 01:23:49 +02:00
parent 3993c1e35a
commit 96edd50c8f
+3 -1
View File
@@ -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.