Image orientation changed in picasso Image orientation changed in picasso json json

Image orientation changed in picasso


I didn't come across such issue.
But I suspect that it may due to your ImageView's height and width.you could call .resize(100, 100) or .fit()

hope this could help you
https://futurestud.io/blog/picasso-image-resizing-scaling-and-fit/


Improvising on the answer put forward by Zhli, have you tried the other options available in the same link :

Image Rotation in Picasso