Google Play Books images problem
Hello,
I have just published an ebook travel guide and I have tested it with various ebook readers. On smart phone, all the images are displayed at Alkido and Moon+ Reader. But Google Play Books app does not show all the images. All of my images are wrapped in SVG. What can be the problem with Google Play Books?
Here is 2 samples:
Image displayed at Google Play Books:
<div class="sgc-1">
<svg xmlns="http://www.w3.org/2000/svg" height="100%" preserveAspectRatio="xMidYMid meet" version="1.1" viewBox="0 0 921 1250" width="100%" xmlns:xlink="http://www.w3.org/1999/xlink"><image height="1250" width="921" xlink:href="../Images/Bangkok-central-map.gif"/></svg>
</div>
Image not displayed at Google Play Books:
<div class="sgc-1">
<svg xmlns="http://www.w3.org/2000/svg" height="100%" preserveAspectRatio="xMidYMid meet" version="1.1" viewBox="0 0 861 1250" width="100%" xmlns:xlink="http://www.w3.org/1999/xlink"><image height="1250" width="861" xlink:href="../Images/full-map.gif"/></svg>
</div>
The only difference seems to be the width.
Thanks.
Last edited by gezginrocker; 02-14-2015 at 06:18 AM.
|