View Single Post
Old 04-24-2014, 08:33 AM   #15
DoctorOhh
US Navy, Retired
DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.
 
DoctorOhh's Avatar
 
Posts: 9,897
Karma: 13806776
Join Date: Feb 2009
Location: North Carolina
Device: Icarus Illumina XL HD, Kindle PaperWhite SE 11th Gen
Quote:
Originally Posted by Vortex View Post
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
}
DoctorOhh is offline   Reply With Quote