View Single Post
Old 03-03-2017, 08:03 AM   #3
Tex2002ans
Wizard
Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.
 
Posts: 2,306
Karma: 13057279
Join Date: Jul 2012
Device: Kobo Forma, Nook
If this is intended purely as an EPUB, then you should have no problems using an SVG Wrapper.

There is a recent Sigil Plugin, InsertImageSVG, which should help speed up the process of creating much of the SVG Wrapper code for you:

https://www.mobileread.com/forums/sh...d.php?t=283333

Each PNG should then stretch to fill up the entire screen.

Quote:
Originally Posted by fbrzvnrnd View Post
If not, try to remove the height: 98vh; and add:

.image_full img {width:100%}

And see what is gonna happen.
I agree with fbrzvnrnd's recommendation.

And vh is a CSS3 measurement and probably won't work on a vast majority of EPUB readers.

Last edited by Tex2002ans; 03-03-2017 at 08:06 AM.
Tex2002ans is offline   Reply With Quote