I'm trying to display an image, and the size of the image depends on the user's resolution. IE, if the user uses 800x600, I want the image to be 500x400. If the user uses 1024x768, I want to image to be 800x600. And finally, if the user uses >1024x768, I want the image to be 1024x768. How do I do this?
Thanks in advance 🙂.
Thanks in advance 🙂.