This epub has a section of illustrations (jpgs) at the back, and a page of links to the jpgs at the front. If I click on one of the links, MapleRead hangs with the rotating wait cursor, and never displays the image. The links work fine in other reader software, e.g., Calibre viewer.
The page of links looks like this:
Code:
<?xml version="1.0" encoding="UTF-8" standalone="no"?><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="nl">
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type"/>
<title>Death Zone</title>
<link href="css/style.css" rel="stylesheet" type="text/css"/>
<link href="page_template.xpgt" rel="stylesheet" type="application/vnd.adobe-page-template+xml"/>
<meta name="Adept.resource" value="urn:uuid:214e2302-ee45-da52-136c-8ffe32102cf8"/>
</head>
<body><div style="display:none;"><a id="GBS.0007.01"/></div>
<h2 class="h2"><a id="page_vi"/><a id="page_vii"/><i>Illustrations</i></h2>
<h5 class="bodytext-center1c"><i>Copyright</i></h5>
<p class="hangindent1a"><a href="picture_section.xhtml#Fig-3a">Illustration 1</a></p>
<p class="hangindent1a"><a href="picture_section.xhtml#Fig-1a">Illustration 2</a></p>
etc
<div style="display:none;"><a id="GBS.0007.06"/></div></body>
</html>
picture_section.xhtml looks like this:
Code:
<?xml version="1.0" encoding="UTF-8" standalone="no"?><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="nl">
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type"/>
<title>Death Zone</title>
<link href="css/style.css" rel="stylesheet" type="text/css"/>
<link href="page_template.xpgt" rel="stylesheet" type="application/vnd.adobe-page-template+xml"/>
<meta name="Adept.resource" value="urn:uuid:214e2302-ee45-da52-136c-8ffe32102cf8"/>
</head>
<body><div style="display:none;"><a id="GBS.0256.01"/></div>
<h5 class="image"><a id="Fig-3a"/><img alt="photo" class="imagefix" src="images/Fig_3a.jpg"/><div style="display:none;"><a id="GBS.0256.02"/></div></h5>
<h5 class="caption">Some text.</h5>
<div class="pagebreak"/>
<h5 class="image"><a id="Fig-1a"/><img alt="photo" class="imagefix" src="images/Fig_1a.jpg"/><div style="display:none;"><a id="GBS.0257.01"/></div></h5>
<h5 class="caption">Some more text.</h5>
<div class="pagebreak"/>
etc
<div style="display:none;"><a id="GBS.0273.03"/></div></body>
</html>
There are 37 illustrations (img elements with a jpg src) in picture_section.xhtml. Is MapleRead unable to cope with a page with this many images?