
Image Credit: Picsum
Images make the website loks better in most cases. Most people say it will make the website “pop”, it will feel right; whatever that means. But if you want images to make your webdesing feel right. Picsum got you coverd. It even has those nice things like gserving pictures in different sizes, blur, grayscale and a whole lot of features.
Picsum is “The Lorem Ipsum for phots”. It offers a collection of high-quality, randomly generated images that you can use freely in your website, demos, mocks or anywhere.
Picsum saves you time and the headache of deciding which image you want, resizing it, and changing the formart. Just using a URL with some tinny parameters all of this can be achieved. And now you have more time to do other boring or exciting things.
Picsum gives you the power to manipulate the images straight through the URL. No other fancy things needed. Want it grayscale (balck and white), want it blurred? Well Picsum got you covered. You do not have to know how to edit images, just do it using Picsum’s url.
One of the challenging parts about web design is testing different sizes and aspect rations. Well that pain is now gone thanks to Picsum. Using the params in the URL, you now have the power to request for any widths and heights you want for your pictures. This will allow you to test those different aspect rations and screen sizes for your sections.
Using Picusm in your projects is as easy a writing a url.
Decide your image aspect ration and how large you want your images to be. Picsum uses width/height format in their url. If you only pass one number, the image will come back as a square image.
Picsum has multiple params to customize your images. Here is the list:
/id/{image} to the start of the url. e.g. https://picsum.photos/id/237/200/300/seed/{seed} to the start of the url. e.g. https://picsum.photos/seed/picsum/200/300?grayscale to the end of the url. e.g. https://picsum.photos/200/300?grayscale?blur to the end of the url. e.g. https://picsum.photos/200/300/?blur
1 and 10. e.g. https://picsum.photos/200/300/?blur=2For example, to get a specific image that is grayscale and blurred. e.g. https://picsum.photos/id/870/200/300?grayscale&blur=2
To request multiple images of the same size in your browser, add the random query param to prevent the images from being cached:
<img src="https://picsum.photos/200/300?random=1"> <img src="https://picsum.photos/200/300?random=2">
If you need a file ending, you can add .jpg to the end of the url. e.g. https://picsum.photos/200/300.jpg
To get an image in the WebP format, you can add .webp to the end of the url. e.g. https://picsum.photos/200/300.webp
In your project, insert the Pictusm URL as the source of your imgaes. I will provide HTML and Markdown examples.

<img src="https://picsum.photos/900/600?grayscale&blur=3" alt="Gray Scale Blured Image" />
Nothing complicated, just these simple steps and you are using Picsum for your projects
Do we really need a complutions. We all now know Picsum is a good tool for your projects during the building and desinging phase. It assist us by giving us access to a library of high-resolution images and instat image customization using the URL.
No more using gray boxes or search for photos manually. We will just use Picsum and thats it.