Skip to content

Commit 1dfced6

Browse files
clemlatzmarijnh
authored andcommitted
Fix marijnh#153 Cover image doesn't show up with epub in iBooks (marijnh#237)
Add meta property cover in epub content.opf
1 parent 19ae586 commit 1dfced6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

epub/content.opf.src

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<link rel="cc:license" href="http://creativecommons.org/licenses/by-nc/3.0/"/>
1313
<meta property="cc:attributionURL">http://eloquentjavascript.net/</meta>
1414
<meta property="dcterms:modified">2014-09-04T10:47:00Z</meta>
15+
<meta name="cover" content="img/cover.png" />
1516
</metadata>
1617
<manifest>
1718
<item id="titlepage" href="titlepage.xhtml" media-type="application/xhtml+xml"/>

0 commit comments

Comments
 (0)