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
I'm new to use this lib and my code working perfect, when i added the transformation it fails to load images
Glide.with(context).load(arr.get(position).geturl()) .centerCrop() .apply(RequestOptions.bitmapTransform(new RoundedCornersTransformation(context, 0, 0))) .into(holder.image);
I'me using this
implementation 'com.github.bumptech.glide:glide:4.11.0' implementation 'jp.wasabeef:glide-transformations:2.0.1'
The text was updated successfully, but these errors were encountered:
Have you checked if your images might be too large? There is a limit of 4096x4096 you might have to work around to show images larger than that.
Sorry, something went wrong.
No branches or pull requests
I'm new to use this lib and my code working perfect, when i added the transformation it fails to load images
I'me using this
The text was updated successfully, but these errors were encountered: