-
Notifications
You must be signed in to change notification settings - Fork 610
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
Preserve aspect ratio #2
Comments
I just want to add that not preserving the aspect ratio is a bug and I don't know of any camera plugin/sdk (native, cordova or otherwise) that wouldn't want to preserve aspect ratio of photos when resizing. I think adding a Thanks for opening the issue though, and for your work on Capacitor. I really like capacitor! 😄 |
With the inclusion of ionic-team/capacitor#3309 in Capacitor |
Thanks! I created #24 to track the planned |
Animate splash screen using multiple images
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of the plugin, please create a new issue and ensure the template is fully filled out. |
Feature Request
Plugin
Camera
Description
Originally requested by @zyniq82 (ionic-team/capacitor#1952) with an unfinished implementation by @sandstrom (ionic-team/capacitor#2050).
The Camera plugin has strange default behavior when using
width
andheight
:The default behavior should be to preserve the aspect ratio, even if both
width
andheight
are given (this is a breaking change from the core plugin). There can be an option to disable the default behavior, for examplepreserveAspectRatio
(which would default totrue
).Platform(s)
iOS, Android
The text was updated successfully, but these errors were encountered: