node-passbook
node-passbook copied to clipboard
Passbook Images & iPhone 6 & 6+
Passbook images in iPhone 6 and 6+ are much smaller, height wise. Is there any way to adjust/fix that?
We created proper images and added images for @2x and @3x. See https://github.com/assaf/node-passbook/pull/41. Scaling can be a bit tricky, but if you stick to the Passbook Guidelines everything works as intended.
The sizes are:
- For normal screens 150x60
- @2x 300x120
- @3x 450x180
Cheers!