node-passbook icon indicating copy to clipboard operation
node-passbook copied to clipboard

Passbook Images & iPhone 6 & 6+

Open RayKahn opened this issue 10 years ago • 1 comments

Passbook images in iPhone 6 and 6+ are much smaller, height wise. Is there any way to adjust/fix that?

RayKahn avatar Jan 30 '15 14:01 RayKahn

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!

benjohnde avatar Aug 20 '15 06:08 benjohnde