View Single Post
Old 05-20-2016, 04:30 PM   #23
roger64
Wizard
roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.
 
Posts: 2,625
Karma: 3120635
Join Date: Jan 2009
Device: Kindle PW3 (wifi)
To follow on this.

I managed to get a full page display with a non activated style, by choosing a style sheet to display (say epub.css) and adding to it a value of width:100%. like this

Code:
img { 
	text-align: center; 
	text-indent: 0px; 
	display: block;
	width:100%; 
}
However, as you can imagine this works well only for some images. Others can be very distorted... One size cannot fit all.

Further Koreader ignores how to display svg image wrappers and display their images stamp size.

Image support seems to be very incomplete.

Last edited by roger64; 05-20-2016 at 04:35 PM.
roger64 is offline   Reply With Quote