ScrollParallaxImageView icon indicating copy to clipboard operation
ScrollParallaxImageView copied to clipboard

VerticalMovingStyle() not working!

Open khaledkhj opened this issue 7 years ago • 5 comments

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.

khaledkhj avatar Nov 08 '17 09:11 khaledkhj

I get the same problem when I was using Glide 4.x . When I changed to Picasso or Glide 3.6 , everythig goes fine .

WangPe1n avatar Nov 28 '17 09:11 WangPe1n

I'm also having the same issue after switching from Picasso to Glide 4

Zayid avatar Nov 30 '17 13:11 Zayid

Same Problem with Glide

Abhinandan-Chada avatar Nov 30 '17 15:11 Abhinandan-Chada

Same problem in Picasso

D330 avatar May 07 '18 20:05 D330

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)

joelphilippage avatar Apr 13 '19 14:04 joelphilippage