Quote:
Originally Posted by Derek R
Also, looking at the code you kindly supplied, in my ignorance I'm not sure if the cover would alter proportions to fit both width and height of screen, or simply fit the height and maintain the same width to height ratio?
|
That depends on the "preserveAspectRatio" parameter. In my example, the image is expanded or compressed keeping proportions. If you want the image to fill the screen, I believe you should change the value to "none".