Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generation of splash screens for latest Apple devices #450

Open
mevbg opened this issue Feb 16, 2024 · 0 comments
Open

Generation of splash screens for latest Apple devices #450

mevbg opened this issue Feb 16, 2024 · 0 comments

Comments

@mevbg
Copy link

mevbg commented Feb 16, 2024

Any plans to update the list of splash screens so to support generation of images for lately released devices like:

• iPhone 14 Pro • iPhone 15 Pro • iPhone 15
(device-width: 393px) and (device-height: 852px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)
apple-touch-startup-image-1179x2556.png

(device-width: 393px) and (device-height: 852px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)
apple-touch-startup-image-2556x1179.png

—————————

• iPhone 14 Pro Max • iPhone 15 Pro Max • iPhone 15 Plus
(device-width: 430px) and (device-height: 932px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)'
apple-touch-startup-image-1290x2796.png

(device-width: 430px) and (device-height: 932px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)
apple-touch-startup-image-2796x1290.png

—————————

• iPad Mini 8.3
(device-width: 744px) and (device-height: 1133px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)
apple-touch-startup-image-1488x2266.png

(device-width: 744px) and (device-height: 1133px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)
apple-touch-startup-image-2266x1488.png

—————————

• iPad Air 10.9
(device-width: 820px) and (device-height: 1180px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)
apple-touch-startup-image-1640x2360.png

(device-width: 820px) and (device-height: 1180px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)
apple-touch-startup-image-2360x1640.png

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant