readium-shared-js icon indicating copy to clipboard operation
readium-shared-js copied to clipboard

Images in spine fail (Page Blanche from IDPF EPUB3 samples)

Open danielweck opened this issue 9 years ago • 2 comments

https://readium.firebaseapp.com/?epub=https%3A%2F%2Fcdn.rawgit.com%2FIDPF%2Fepub3-samples%2Fmaster%2F30%2Fpage-blanche-bitmaps-in-spine

danielweck avatar Jan 29 '16 13:01 danielweck

The iframe@src is https://cdn.rawgit.com/IDPF/epub3-samples/master/30/page-blanche-bitmaps-in-spine/EPUB/Image/cover.jpg ...but the HTML template generated by the web browser contains a reference to a Blob?

Interestingly, the iframe@src is the same BlobURI reference as the image itself: blob:https%3A//readium.firebaseapp.com/231c659f-68ba-43f6-b8c3-cb0bd4b74223

...and the reported fixed-layout scale is 3400% !!

<html style="transform: scale(34); transform-origin: 0px 0px 0px; opacity: 1;">
<head>
<meta name="viewport" content="width=device-width, minimum-scale=0.1">
<link rel="stylesheet" href="https://readium.firebaseapp.com/css/annotations.css" type="text/css">
</head>
<body style="margin: 0px;">
<img style="-webkit-user-select: none" src="blob:https%3A//readium.firebaseapp.com/231c659f-68ba-43f6-b8c3-cb0bd4b74223">
</body>
</html>

danielweck avatar Jan 29 '16 13:01 danielweck

Note this occurs only on the CloudReader, not the Chrome App or OSX

rkwright avatar Feb 20 '17 15:02 rkwright