Responsive Web Placeholder Images — All Breakpoints

Responsive layouts need placeholder images at every breakpoint to expose cropping issues, layout shifts, and aspect-ratio mismatches before real photography is available. The Responsive Web preset generates placeholder images at mobile, tablet, desktop, and ultrawide viewports so you can build and verify responsive components against real pixel dimensions.

Size reference

NameDimensionsDescription
mobile375x812Mobile — 375×812 (iPhone 13/14 viewport), the most common mobile test size
tablet768x1024Tablet — 768×1024 (iPad portrait), the standard tablet breakpoint
desktop1440x900Desktop — 1440×900, the typical laptop/desktop design canvas
ultrawide2560x1080Ultrawide — 2560×1080 (21:9 ratio), for wide-monitor testing

Why these sizes matter

Using a single large image and relying on CSS to scale it hides breakpoint-specific problems during development. A hero image that looks correct at 1440px desktop may crop awkwardly on a 375px mobile screen if the subject is off-center. Generating placeholder images at each breakpoint lets you test the `<picture>` element with `srcset`, verify `object-fit` and `object-position` behavior, and confirm that the image container does not cause layout shift (CLS) at any viewport. It also gives QA engineers stable fixture images for visual regression tests at multiple viewport sizes.

Use cases

Responsive component development

Use breakpoint-matched placeholder images to build and test responsive image components — hero sections, card grids, and banners — at each viewport before sourcing photography.

srcset and picture element testing

Generate placeholder images at each breakpoint dimension and use them as `srcset` sources to verify that the browser selects the correct image at each viewport without layout shift.

Visual regression across viewports

Commit placeholder images as Playwright or Cypress fixtures and run visual regression tests at mobile, tablet, and desktop viewports to catch layout changes early.

FAQ — Frequently asked questions

What breakpoints should I use for responsive testing?
The most common breakpoints are 375px (mobile), 768px (tablet), 1440px (desktop), and 2560px (ultrawide). The PlacePack Responsive Web preset uses these dimensions with representative heights. Adjust the height values in the generator to match your specific layout's aspect ratio.
How do I test images at multiple breakpoints with Playwright?
Use page.setViewportSize() to set each breakpoint in your Playwright test, then take a screenshot. With committed placeholder images as fixtures, the visual comparison will be stable across runs.
Can I generate placeholder images at custom breakpoints?
Yes. In the PlacePack generator, type any dimension into the sizes field — for example 1280x720 for a 1280px breakpoint — and download the PNG, SVG, or WebP. The generator supports any dimension from 10px to 4000px.

Ready to generate Responsive Web placeholder images?

Open the generator with this preset pre-loaded and download your pack in seconds.