View Single Post
Old 02-09-2015, 05:56 AM   #18
Jellby
frumious Bandersnatch
Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.
 
Jellby's Avatar
 
Posts: 7,557
Karma: 19500001
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
Quote:
Originally Posted by DaleDe View Post
As I mentioned before the implementation of ePub 3 (HTML5) will be based on the pixel size being scaled properly when compared to a computer screen with 96 px/i
Does it help if an image is inserted with no size specification at all (or only max/min sizes)?

Quote:
<div>
<img src="200_px_wide_image.png" alt=""/>
</div>
If displayed at the native resolution, the image may be readable in a low-res screen, but too small for a high-res one.

This may be "fixed" in the code by specifying "width:200px" for the image, but I really think the default resolution for images (in the sense it affects the above sample) should be adjustable.
Jellby is offline   Reply With Quote