Remove 'Include images in EPUBs?' config option from plugin--default to always include images.

This commit is contained in:
Jim Miller
2015-04-23 17:56:04 -05:00
parent 3ab60a9808
commit 53e9030a61
4 changed files with 3 additions and 20 deletions
+2 -2
View File
@@ -451,12 +451,12 @@ output_css:
## include images from img tags in the body and summary of
## stories. Images will be converted to jpg for size if possible.
## include_images is *only* available in epub and html output format.
#include_images:false
include_images:true
## If set, the first image found will be made the cover image. If
## keep_summary_html is true, any images in summary will be before any
## in chapters.
#make_firstimage_cover: false
make_firstimage_cover: true
## If set, the epub will never have a cover, even include_images is on
## and the site has specific cover images.