But why does it only happen for certain books and not others?
Book 1 needs the loading screen (sample page):
Quote:
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ops="http://www.idpf.org/2007/ops"><head><meta charset="UTF-8"/>
<title>Stargazing</title>
<link rel="stylesheet" type="text/css" href="../styles/0001.css"/>
<meta name="viewport" content="width=739, height=1075"/>
</head><body>
<div class="spread spreadi">
</div>
</body></html>
|
Book 2 does not need loading screen (sample page):
Quote:
<!DOCTYPE html SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta charset="UTF-8"/>
<link rel="stylesheet" data-app-amzn-ke-created-style="data-app-amzn-ke-font-style" type="text/css" href="XXXXXXXXXXXXXXXX"/>
<meta content="KC2/1.160/cf63ffb/win" name="generator"/>
<title>002</title>
<link data-app-amzn-ke-created-style="data-app-amzn-ke-created-style" href="../styles/0003.css" rel="stylesheet" type="text/css"/><link data-app-amzn-ke-created-style="data-app-amzn-ke-template-style" href="../styles/0002.css" rel="stylesheet" type="text/css"/></head><body id="UGI0-d62e4fe1d3724e5aa378b6231e8f5b01">
<div class="fs">
<div>
<img src="../images/00002.jpeg" class="singlePage" width="2560" height="1812"/>
</div>
</div>
</body></html>
|