We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When a scene is created, it's dimensions are set to the size of the image.
If a small image is uploaded, then the scene might be too small to be usable.
While the user can manually change the scene size, any map pins will then be in the wrong position.
Allow a minimum scene size; and an image size will be set to a power of 2 bigger if it is smaller than the minimum size.
The text was updated successfully, but these errors were encountered:
farling42
No branches or pull requests
When a scene is created, it's dimensions are set to the size of the image.
If a small image is uploaded, then the scene might be too small to be usable.
While the user can manually change the scene size, any map pins will then be in the wrong position.
Allow a minimum scene size; and an image size will be set to a power of 2 bigger if it is smaller than the minimum size.
The text was updated successfully, but these errors were encountered: