🔧

Placeholder Image

Generate placeholder image URLs with custom dimensions.

Format: width,height or width,height,
Options: gray, blur, seed=keyword

How to Use

  1. Enter the desired width and height in pixels. Optionally enable grayscale or blur effects.
  2. Instantly preview a random placeholder photo provided by picsum.photos, displayed at your specified dimensions.
  3. Copy the image URL and use it in HTML, CSS, or design prototypes. Each generated URL selects a different random photo from the picsum library.

Frequently Asked Questions

Where do the images come from?
Images are sourced from picsum.photos, a free placeholder image service powered by a curated collection of high-quality photos from Unsplash. A random image is selected each time based on your specified dimensions.
Can I make the same photo appear every time?
Yes — picsum.photos supports pinning a specific image by ID. Add /id/NUMBER to the URL path (e.g. picsum.photos/id/42/800/600) to always use the same photo. Browse the picsum photo list at picsum.photos/images to find image IDs.
What image formats are supported?
The default output is JPEG. To get a WebP image, append .webp to the URL (e.g. picsum.photos/800/600.webp). WebP is smaller in file size and supported by all modern browsers.