Read the statement by Michael Teeuw here.
Unsplash not loading pictures
-
Anyone experiencing issues with the Wallberry Unsplash app? Since a few weeks unsplash is not loading any pictures.
-
@duxnobis
found the solution in other thread but only after my second search unfortunately.
for all out there as stupid as I am… 🙂 its this which has to be modified from .custom to .raw (row 130 in my WallberryTheme.js file).
from:
p.url = photoData.urls.custom;to:
p.url = photoData.urls.raw;Cheers and thanks for the hack mates!
Patrick -
@duxnobis You’re not stupid…it’s a good fix.
You should go to the github repository and do a pull request so it’s fixed for everyone :)
-
@cowboysdude Thanks. Even though, the solution came from some one else. ;-) I just thought its good to post it here as well in case someone looks exactly for this issue. Anyway. I don’t know what you mean by add it to the repository but if someone does, feel free to add this. Cheers everyone.