-
Notifications
You must be signed in to change notification settings - Fork 96
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
Not working with Glide #9
Comments
@hishambakr Have you solved your issue yet, it so bad decision to replace glide with any other image loader |
Hey guys, Override the PEWImageView like this: `public class ParalaxImageView extends PEWImageView{
}` And it will work fine. I'll submit a pull request soon. |
@ronaldo-getreveel Tried this but it still did not load. I'm loading the image in a recycler view using this calls:
am I missing anything? |
Got it working, |
@FelipeRRM thanks for the tip. It worked. |
Dear,
Thank you for great component. I have an issue. I am using Glide to download images. parallax is not working when using Glide. Please advise
The text was updated successfully, but these errors were encountered: