Drop in a screenshot you took yourself, put it in a browser, laptop or phone frame, and export a PNG at 1x or 2x. It never visits a URL, and nothing is uploaded.
Drop a screenshot here, or click to choose
PNG, JPEG or WebP. You can also paste one straight from the clipboard. Nothing is uploaded — the frame is drawn on this device.
A screenshot proves the work exists. A frame makes it legible: it says whether you are looking at a website, a desktop app or a phone, and it gives the image an edge so it does not bleed into the page around it. That is why the same few places keep asking for one.
Nothing here can rescue a bad screenshot. Set the window to a deliberate width first — 1440px for a desktop shot, 390px in the browser’s device toolbar for the phone view — rather than whatever size it happened to be. Then check three things.
On a high-density display the capture is already twice the CSS size: a 1440px window comes out 2880px wide, and that detail survives the export. If you have a vector rather than a capture, rasterise it with the SVG to PNG converter first.
An image sitting in a 600px slot on a retina screen is asked for 1200 real pixels. Give it 600 and the browser stretches every pixel over four, which is the soft, grey look that reads as amateur. Export at 2x and let the layout scale it down. Past 2x you are only paying for bytes.
The frames here are drawn as canvas shapes rather than stored as pictures, so the chrome, the bezels and the corner radius are redrawn at whatever size you export and never soften. Only your screenshot is limited by the pixels it arrived with.
The browser frame takes your screenshot’s own proportions, so nothing is cropped, tall or wide. The laptop and phone screens are fixed shapes, 16:10 and 19.5:9, so something has to give: fill the screen keeps the top of a long page and crops the rest, fit inside keeps every pixel and letterboxes the difference. Neither stretches the image.
Finally, a mockup should never be the only way a reader sees the work. Text inside an image is not selectable, not searchable and not read aloud by a screen reader, so write a real alt description and link the live page beside it. Angled and perspective renders hide the detail a client is trying to read, so keep one flat, straight shot in the page too.
SVG to PNG
Convert SVG files to PNG at any scale, in the browser. Batch and transparent background.
HEX to RGB
Paste a hex colour, get RGB, HSL and CSS you can copy.
RGB to HEX
The other direction, with the same converter underneath.
PNG to SVG
Trace a bitmap into vector paths, in the browser. Honest about when it works.
CSS Grid generator
Draw a grid, copy the CSS. Flexbox on a second tab.
Mesh gradient generator
Layered radial gradients, exportable as CSS or PNG.
OG image generator
Make a 1200x630 share card, and check the tags on a page you already have.
Designing a site? Siter.io builds it from Figma.