View Single Post
Old 09-23-2014, 11:06 PM   #25
xibalban
Connoisseur
xibalban knows the way to San Jose.xibalban knows the way to San Jose.xibalban knows the way to San Jose.xibalban knows the way to San Jose.xibalban knows the way to San Jose.xibalban knows the way to San Jose.xibalban knows the way to San Jose.xibalban knows the way to San Jose.xibalban knows the way to San Jose.xibalban knows the way to San Jose.xibalban knows the way to San Jose.
 
xibalban's Avatar
 
Posts: 77
Karma: 54562
Join Date: Aug 2014
Location: Gangtok (Sikkim), India
Device: Kobo Aura HD
Quote:
Originally Posted by embryo View Post
You can use
Code:
<img src="/mnt/onboard/.kobo/kbmenu/images/avatar.png" width="516" height="310" align="middle">
Replace your width-height-align values.
Quote:
Originally Posted by Ken Maltby View Post
What I used on my AuraHD:

...
<img src="/mnt/onboard/.kobo/kbmenu/txt/poweroff.png">
Thank you both, that worked like a charm.

Quote:
Originally Posted by tshering View Post
As Embryo and Ken already communicated, the application needs the absolute path to the image. As for image attributes, it dependents on the device.
On my Kobo Touch, I have:
Code:
<html>
<body>
<img src="/mnt/onboard/.kobo/kbmenu/images/test01.png" width="566">
</body>
</html>
On the Aura HD, you could try width="1040", or height="1384". If doing so, there is no need to change the dimension of the image. Any of the two settings should work, if the image has the same ratio as the screen, otherwise it matters which one you take. That is, when you want something similar to full screen.
The next version of KSM will probably have the ability to auto-size images.
Greetings Tshering!!

Thank you for your work on the Kobo Start Menu, without which my Aura HD would become miserable. Is there a way to enable landscape mode for the start menu?

Coming back to KoReader, I am a bit annoyed by the page overlaps (I mean, part of the contents of the preceding page being duplicated on the next page), which is quite significant in landscape mode. Why does that even happen, and is there a way to disable it somewhere? My page scroll is set to "off", if that matters.
Further, the progress bar at the bottom obstructs the page content. Can I disable that bar, or perhaps replace it with an unobtrusive clock?
Lastly, I like to load my PDFs in landscape, and KoReader's file manager doesn't seem to obey the laws of rotation while the top menu does.

That's a lot in a single post, I'm sure. Thanks for being patient
xibalban is offline   Reply With Quote