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
Hi, I found that in the doc, we can call setAspectRatio in java to set aspect ratio, but it's not available for declaring in xml, like:
setAspectRatio
<SimpleDraweeView fresco:aspectRatio="1.3f" />
Thanks
The text was updated successfully, but these errors were encountered:
I think we will have this ready soon.
Sorry, something went wrong.
This has been added in today's release, 0.4.0. It is called fresco:viewAspectRatio.
fresco:viewAspectRatio
In the docs,
fresco:viewAspectRatio="1.33f"
must be
fresco:viewAspectRatio="1.33"
No branches or pull requests
Hi, I found that in the doc, we can call
setAspectRatio
in java to set aspect ratio, but it's not available for declaring in xml, like:Thanks
The text was updated successfully, but these errors were encountered: