Quote:
Originally Posted by pantheon
Thank you very much for this great plugin. I like to use the following leading addition to EPUB stylesheets before KFX conversion, it widens margins to fit my Oasis screen to the edges without messing up centered paragraph headings and stuff:
Code:
html{
margin-left: -45px;
margin-right: -45px;
break-inside: avoid !important;
}
The downside is that page flip preview thumbnails are expecting the narrower default margins, so my "extra" text gets cut off at the edges in the previews, if that makes sense. Is there any way to work around that and keep the custom margins?
|
Quote:
Originally Posted by jhowell
I don't know of any way to do that.
|
There might be a way if going from absolute pixel offset to percentage based. The pageflip has a smaller resolution and might get the same -45px adjustment which is further. Worth a try.