Hi All, I am trying to create a very simple composition that basically takes iTunes album artwork and resizes it using the correct aspect ratio. Basically all I want to do is take the original artwork image, (let's say it is 1000x861), and resize it proportionally so that it is always 500px high. (so now the image would be 581x500). This seems incredibly simple but I absolutely cannot figure out how to do it before it hits the sprite. Any ideas? Even better would be able to figure out how to make it so that it displays whichever axis is larger at 500px. (i.e., if the image is horizontal it will display at 500x430, but if it is vertical it will display at 310x500, etc.) Any help would be much appreciated!! Thank you.