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

Child picker : resize images before storage #24

Open
mr-eggleton opened this issue Jun 28, 2018 · 2 comments
Open

Child picker : resize images before storage #24

mr-eggleton opened this issue Jun 28, 2018 · 2 comments
Assignees

Comments

@mr-eggleton
Copy link
Contributor

mr-eggleton commented Jun 28, 2018

The cameras take really big images and we are showing only at a size from class Photo-Conainer which is currently less than 20% of the container they end up in so likely less than 400x400 . We could try setting limiting it with a max-width:300px or similar in the css. We can use the HTML5 Canvas API to shrink the images to that size as we get them before showing or saving.

@mr-eggleton
Copy link
Contributor Author

@mr-eggleton
Copy link
Contributor Author

Will also be applicable to PEC symbols and even possibly questions.

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

2 participants