random image url :
https://source.unsplash.com/random
put following url in img src , it will show you random image at every refresh
<img src="https://source.unsplash.com/random"
/>
it will show you full size image until
you define the size
<img src="https://source.unsplash.com/random" width="100" height="100"
/>
but very good to use like below
<img src="https://source.unsplash.com/random/100×100" width="100" height="100"
/>
random image with search :
as you can see i put size and after that search for garden related images
<img src="https://source.unsplash.com/random/100×100/?garden" width="100" height="100"
/>