ScrollParallaxImageView
ScrollParallaxImageView copied to clipboard
VerticalMovingStyle() not working!
Thank you for this great work.
I am having this issue where only VerticalMovingStyle() is not working! Any idea?
My XML Structure is <Fragment > <ViewPager> <ImageVIew>
Other Parallax Styles are working well!
Thank you.
I get the same problem when I was using Glide 4.x . When I changed to Picasso or Glide 3.6 , everythig goes fine .
I'm also having the same issue after switching from Picasso to Glide 4
Same Problem with Glide
Same problem in Picasso
For all who are having this issue, Glide crops the loaded image to the size of the image view. If this happens it cannot scroll. You can fix this by adding .override(width of the image view here)