Responsive Design Tester
Test your website at different viewport sizes for responsive design.
What is Responsive Design?
Responsive design is the practice of building web pages that adapt their layout to whatever screen size the user has — same HTML and CSS, different presentation. The pattern was popularized by Ethan Marcotte in 2010 and is now non-negotiable: mobile traffic surpassed desktop globally in 2017, and Google switched to mobile-first indexing in 2019, meaning the mobile version of your page is the canonical version it ranks. The technical building blocks are fluid grids (percentages or
frunits instead of fixed pixels), flexible images (max-width: 100%), and media queries that swap layouts at well-defined breakpoints (typically ~640px, ~768px, ~1024px, ~1280px). This tester loads any URL into multiple viewport iframes side by side so you can see all your breakpoints at once. Audit a page against Google's mobile criteria with the Mobile-Friendly Test. Build the design tokens that drive your responsive layouts in the Color Picker.Responsive Design Tester
URL
iPhone SE (375x667) iPhone 14 (390x844) iPhone 14 Pro Max (430x932) iPad Mini (768x1024) iPad Pro (1024x1366) Laptop (1366x768) Desktop (1920x1080)
iPhone SE — 375x667
How to use this tool
- 1Enter a URLPaste any public URL — staging, production, or a localhost dev server (with appropriate CORS).
- 2Pick viewports to compareSelect preset device sizes (iPhone, Pixel, iPad, desktop) or define custom width/height pairs for your project's specific breakpoints.
- 3Rotate to landscapeClick the rotate icon on any viewport to swap portrait ↔ landscape. Test both — many layouts surprise on phone landscape.
- 4Spot regressionsLook for content overflow, broken navigation, illegible text, or touch targets too close together at small sizes.
