I have an image that I want to resize, but I only want to change the height of the image. If I use the .height property it scales the whole image to be that height, and it changes the width. Basically I want to hide the bottom of the image from view until the perform a certain action. How would I do this?
