Hello there,
So I have profiles setup which allows users to upload a profile image. It isnāt a required field so some users choose not. Lack of user profile picture makes the app looks pretty dull.
GOAL: Pick images from Unsplash if the user hasnāt uploaded an image.
What I have done so far:
- I have a column set for profile picture called āUser Imageā where the user can upload a profile picture.
- I have created a column another column called āUser Image plusā which picks image from unsplash if the user hasnāt uploaded an image using the link https://source.unsplash.com/random?sig=123
Ideally I would like images from this collection https://unsplash.com/collections/228275/landscapes-%2F-nature
Although this picks an image but it picks the same exact image for all users without a profile picture.
Any ideas?