android / socialite

Apache License 2.0
316 stars 50 forks source link

Camera preview is cropping instead of scaling #72

Open alexvanyo opened 2 months ago

alexvanyo commented 2 months ago

It looks like the camera preview is being cropped to fit into the available space, instead of scaling to fit. Since the sent picture is the uncropped image, it might be better to show the entire image that will be captured?

This also like relates to #62 due to the aspect ratio.

https://github.com/android/socialite/assets/4217560/735ce28c-fbcb-4887-984b-14c8c6775737

calren commented 2 months ago

ah, good find. thanks @alexvanyo ! @donovanfm will probably know what's going on here