DMarby / picsum-photos

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

Provide webp format on output #38

Closed verlok closed 5 years ago

verlok commented 6 years ago

Something like https://picsum.photos/800/300?image=666&format=webp

DMarby commented 5 years ago

This is now implemented. You can get an image in WebP format by adding .webp to the end of the URL, for example https://picsum.photos/800/300.webp

verlok commented 5 years ago

Top! Thanks!