sadiqrazasyed / wallpaperboard-enhanced

Android Json based wallpaper dashboard library
38 stars 23 forks source link

ThumbURL dimensions not displaying properly #7

Closed Rookie198 closed 6 years ago

Rookie198 commented 6 years ago

Hi,

I am facing an issue with my thumbURL. I have not change anything other than add a new image in the json file. Below is the code:

{ "author":"XXXX", "url": "https://source.unsplash.com/GkZvxVsHYWw/3750x5625", "thumbUrl": "https://source.unsplash.com/GkZvxVsHYWw/400x320", "name": "Winter", "category": "Forest" }

but when I load the apk the thumbnail displays a huge picture instead of the dimensions I put 400x320.

Please help.

Thank you.