View Single Post
Old 01-20-2016, 12:28 PM   #6
andysoup
Junior Member
andysoup began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Jan 2016
Device: pocketbook
Hello, I understand that this is old, but I was looking for this also and just in case you or someone else still want to do it, this is what I did to fix my calibre produced epubs: epub files are actually zip files that contain various styles and context, I renamed my epub file to zip, unzipped it in an empty directory, edited the file "stylesheet.css" and replaced it where it says

.calibre2 {
height: auto;
width: auto
}

with

.calibre2 {
height: 100%;
width: 100%
}

then zipped the contents of the directory, renamed the zip to epub, and sent it to my pocketbook. Now the pages were full screen. I dont know if this can work with other e-book readers
andysoup is offline   Reply With Quote