DMarby / picsum-photos

Lorem Ipsum... but for photos.
https://picsum.photos
MIT License
2.24k stars 153 forks source link

Can I combine the ?blur and ?image=138 to get a specific blurred image? #29

Closed santiagopliego closed 7 years ago

birjj commented 7 years ago

The options are simple GET parameters. ? indicates the start of the parameters, and & separates parameters if there are multiple. To combine them, you'd just do https://unsplash.it/512/256?image=1&blur.

santiagopliego commented 7 years ago

@birjolaxew Thank you! Makes perfect sense.

nijikokun commented 7 years ago

Seems this was answered :tada: Closing!