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

size in mm #37

Open
kovacsdongo opened this issue Dec 17, 2020 · 3 comments
Open

size in mm #37

kovacsdongo opened this issue Dec 17, 2020 · 3 comments

Comments

@kovacsdongo
Copy link

hello
how can i change px to mm ?

@murlai
Copy link

murlai commented Dec 18, 2020

Open .jsx file

Replace "px" into "mm" use find and replace.

save and run.

@kovacsdongo
Copy link
Author

oh jsx file, it did not see (doh)

thank you

@romashamin
Copy link
Owner

@murlai @kovacsdongo actually it’s not that easy.

Size in millimeters is connected to a document’s resolution (e. g. 72 pixels per inch literally means 72 pixels in the document became 1 inch after the document is printed).

Thus changing px to mm maybe is not what you’re looking for.

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

3 participants