-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Starting the image to fit with aspectFit within the scrollview bound #8
Comments
there is |
Hey just want to note that one way I partially fixed the issue of cutting off of the lower part of the image at higher zoom rates was by just making sure the Not sure if this is 100% what @darxmac was talking about but it definitely helped |
For some reason I can get the aspect to work fine on Android but on iOS its stretching the image. I can set Width and Height, and make it fit but that only works for that one image. Setting aspectFit doesn't change anything even if I specify Width and Height. |
Same problem here, works well on Android but will stretch on iOS. Any idea? |
You can use this to kind of make it better but when you zoom the black space won't change so it's not the greatest. Just a temporary workaround.
|
Many thanks to @Skintillion!
|
|
If I use this plugin with an image that's portrait (ie height:500, width:100) in a landscape container, it will always be 100% width, but cutting of the lower part of the image.
Is there a way to have aspectFit work like on a regular ImageView ?
The text was updated successfully, but these errors were encountered: