Grandt / PHPePub

PHP Classes for dynamically generating EPub files.
http://www.phpclasses.org/package/6115
241 stars 83 forks source link

Cover image thumbnail broken in 3.30 #23

Open pavarnos opened 10 years ago

pavarnos commented 10 years ago

in EPub::finalize() $this->opf->addMeta("cover", "coverImage"); should be $this->opf->addMeta("cover", "CoverImage"); to match the call $this->addFile($imgPath, "CoverImage", $imageData, $mimetype); in setCoverImage() ?