hdodenhof / CircleImageView

A circular ImageView for Android
Apache License 2.0
14.55k stars 3.11k forks source link

Glide not loading pictures! #412

Closed onuryurtturk closed 3 years ago

onuryurtturk commented 3 years ago

Hi, I encountered loading problem with glide library. The link I want to load begins with 'https' but there is no action for loading. If I use regular imageview everything is fine and loading correctly.

hdodenhof commented 3 years ago

Did you disable fade animations as described in the README?

onuryurtturk commented 3 years ago

yes I turned off the fade but in this case it doesn't look nice. That's why I used regular imageview using glide's circle crop property. Those who have this problem can try this. Regular imageview works just fine too