Reputation: 2306
I have a fullscreen iphone web app that has a startup screen that works. I am trying to figure out how to get this image looking better on the iP4, but if I change the size from 320x460 it simply will not load.
Anyone find a solution yet?
Thanks, Peter
Upvotes: 2
Views: 498
Reputation: 8765
You need to have a second image with the ending @2x
.
For example, if your startup image is named Default.png
, your high-rest image should be named [email protected]
Upvotes: 2