Quote:
Originally Posted by Vortex
I spoke to soon there, it works if I open ebook-viewer.exe but if I open a book from within calibre the background image has no right hand edge and looks like it's stretched way off on that side of the screen. The CSS is identical in both, any idea why it's doing this...?
I'm not using portable now, so your previous advice was sound, BR 
|
I followed your lead and put the following in in my stylesheet and the background works great for my epubs when launched from Calibre's GUI.
body { background-image:url("https://dl.dropbox/.../bigback.jpg");
background-size:100% 100%;
background-repeat:no-repeat;
background-attachment:fixed;
background-position:center
}