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

Image for retina display: @2x , @3x #17

Open
meneldil opened this issue Mar 17, 2020 · 0 comments
Open

Image for retina display: @2x , @3x #17

meneldil opened this issue Mar 17, 2020 · 0 comments

Comments

@meneldil
Copy link

Hello,

For the needs of a project we have to upload images 3 times: once for standard screens and once for retina screens (x2 and x3).

There is a specific naming for the retina screens (https://developer.apple.com/design/human-interface-guidelines/ios/icons-and-images/image-size-and-resolution/):

my-image.jpg
my-image@2x.jpg
my-image@3x.jpg

The problem is that the last 2 images are renamed: my-image2x.jpg and my-image@3x.jpg.
In all other cases it is relevant, but would it be possible to put an exception when the name of the image ends with @2x and @3x please ?

Thanks in advance.

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