posted 19 years ago
Well, I don't know where my code was for that, but you can do a search on this forum for it. I am pretty sure I got my code here.
Also, note that when you resize the image, you can no longer have a transparent color. So if you have a transparent background color, so that that part would show up, it now will when you resize it.
I eventually had to make multiple .png file for different sizes, then check the size of the device with an if statement and choose a .png based on it. Although this ends up being trial and error to use the right .png for a particular width and height screen.
Mark