Quote:
Originally Posted by davidfor
It is probably the resolution of the image. Looking at the photos, the Sony is showing the map as about 400 pixels wide. If the image in file is that size, then when it is displayed on the Aura HD, it would still only take 400 pixels across the screen. To change that, you would need to change the code for that image to stretch the image to fill the screen. But, that might not be an improvement. Filling the screen might cause problems with the resize and the image might still look terrible.
|
yes, this is what I used to do with a previous reader, i.e. change the css - the only problem is that (ok, it may be my very limited knowledge that is the problem

) you can only make statements that apply to all picturers, so that if half of them look better filling the width, those which look better filling the height will probably look terrible, and the other way around.
EDIT: David, upon re-reading I think you are actually referring to changes to each pictures? I've learned something, I'll try it out, thanks!