Generate custom placeholder images of any size for design mockups and prototypes.
The placeholder image generator draws a simple grey image at the exact width and height you ask for, with the dimensions printed in the middle (like 640x480). It is the stand-in you drop into a mockup while the real artwork is still missing, so layouts keep their spacing and proportions.
The image is drawn on an HTML canvas and handed back as a base64 PNG data URL plus a live preview. Everything happens in your browser - no request is made and nothing is uploaded.
img src, or use the preview to check the size.Filling image slots in a wireframe or mockup, reserving space in an email or landing-page draft, testing how a layout reflows at different aspect ratios, or standing in for a product photo in a prototype. Because the result is a data URL, it works offline and needs no external placeholder service.
The grey fill and centred size label make it obvious at a glance that the slot is a placeholder rather than final art, so nobody mistakes the mockup for a finished design.
A PNG, returned as a base64 data URL. You can paste it directly into an image src attribute or CSS without hosting a file anywhere.
Up to 2000 by 2000 pixels. Enter any width and height in that range and the label updates to match.
No. The image is drawn locally on an HTML canvas in your browser, so it works offline and makes no network request.
No. The whole image is generated in your browser and never sent to our server.