Generate Lorem Picsum placeholder image URLs with custom dimensions, blur, and grayscale options.
This free tool generates placeholder image URLs using the Lorem Picsum service (picsum.photos). Quickly create placeholder images for your web designs, mockups, and prototypes with custom dimensions, grayscale filters, and blur effects.
Set your desired width and height, optionally enable grayscale or blur, then click "Generate URL". You'll get a ready-to-use URL that serves a random high-quality photo from Unsplash at your specified dimensions. Use preset sizes for common social media and web formats.
Placeholder images are essential for web design mockups, wireframes, and development environments before real content is available. Instead of empty boxes or broken image icons, placeholder services provide real photographs at any size. This tool generates URLs for the Lorem Picsum service (picsum.photos), which serves random high-quality photographs from Unsplash. You specify dimensions, and the service returns a properly sized image. Options include grayscale filter, blur effect, and specific photo selection. The generated URLs can be used directly in HTML img tags, CSS background-image, or any tool that accepts image URLs. Perfect for prototyping, testing responsive images, and filling design mockups.
The URL encodes the desired dimensions: https://picsum.photos/800/600 returns an 800×600 pixel image. The service generates the image on-the-fly and returns a real JPEG photograph.
Yes — add /seed/{anything} to the URL: https://picsum.photos/seed/myproject/800/600. The same seed always returns the same image, useful for consistent mockups.
Yes — Lorem Picsum serves images from Unsplash under the Unsplash License. They're free for commercial and non-commercial use. However, these are for placeholders — replace with your own images for production.
Yes — use /id/{number}: https://picsum.photos/id/237/800/600 always returns the cute dog photo (#237). Browse available photos at picsum.photos/images.
Each URL fetches from an external server, adding latency. For offline development or faster loads, download placeholder images locally. For production, always use your own optimized images.