Screen Resolution Detector - Online Viewport Size Checker
Detect your current screen resolution, viewport dimensions, and device pixel ratio. Useful for responsive design testing. No data collection.
UD5 Toolkit
Screen
--
ResolutionDPR
--
Device Pixel RatioScroll
--
px from top/leftScrollbar
--
Scrollbar width (if visible)window.innerWidth and window.innerHeight (including scrollbars). Document Size is the total size of the HTML document, including content that extends beyond the visible area. It's accessed via document.documentElement.scrollWidth and scrollHeight. When a page has no scrollable content, the document size equals the viewport size.
srcset) and ensures crisp graphics on high-DPI screens.
window.innerWidth - document.documentElement.clientWidth. On macOS with overlay scrollbars, this value is typically 0px because scrollbars float above the content. On Windows and Linux, classic scrollbars usually occupy 15–17px. This measurement is crucial for front-end developers to avoid layout shifts when scrollbars appear or disappear.
Detect your current screen resolution, viewport dimensions, and device pixel ratio. Useful for responsive design testing. No data collection.
Predict the file size of an image based on pixel dimensions and format (JPEG, PNG, WebP). Rough estimate. Local.
Drag a virtual ruler across your screen to measure pixel distances. Horizontal and vertical guides. Useful for UI designers checking alignment.
Enter a hook size in any system and instantly see the equivalent in all other standards.
Estimate the worm bin surface area needed based on the amount of kitchen scraps your household produces weekly. Right‑size your worm farm.
Enter material thickness and get the recommended pop rivet diameter and grip range.
Select shoe size and riding style to get recommended deck width. Visual comparison.
Enter your bird species and weight to find the correct harness size. Visual adjustment guide.
Enter the dimensions of your insert and get the correct envelope size (DL, C6, etc.). Quick mail guide.
Look up front and rear wiper blade sizes by car model. Never buy the wrong length again.
Enter head circumference to get crown diameter and length. Perfect fit top‑down hats.
Enter piece count and piece size to estimate finished dimensions. Check if it fits your table.
Enter your bag dimensions and compare against major airline carry-on and checked limits. Visual pass/fail gauge. Avoid gate fees.
Convert running shoe sizes between US (men/women), UK, EU, and centimeters. Also includes brand-specific fit notes (general guide).
Enter baby's weight in lbs or kg to see suggested diaper sizes across major brands. General reference, no data collected.
Enter a URL and view it in three iframes: mobile, tablet, and desktop side‑by‑side. Quick responsive check.
Shrink a PDF file size with configurable image quality and object removal. All processing stays in your browser.
Drag to resize a box and see the Resize Observer callback fire. Get contentRect and borderBoxSize. Learn the API.
Upload an image at multiple widths and generate a complete <picture> or <img srcset> snippet. Modern web performance.
Create CSS clamp() values for fluid typography. Enter min and max font sizes and viewport widths. Modern responsive design.
Enter two tire sizes and see a side‑by‑side comparison of diameter, width, and speedometer error. Local math.
Build a proper <meta name='viewport'> tag with width, initial‑scale, and user‑scalable options. Avoid common mobile rendering issues.
Paste any iframe embed code (YouTube, maps) and get a responsive wrapper div with correct aspect ratio CSS.
Write a media query and instantly see if it matches your current viewport. Width, height, orientation, and more.
See exact dimensions of your current browser inner/outer window, screen resolution, and pixel ratio. Developer debug.
Reduce your HTML file size by stripping whitespace, comments, and optional closing tags. Secure browser‑based.
Convert pixel values to viewport‑relative units (vw, vh, vmin, vmax) based on a selected breakpoint. Precise responsive design.
Enter a URL and drag a slider to change the viewport width smoothly. See exactly where your layout breaks. No iframe limits.
Input dimensions and color depth to estimate uncompressed file size for BMP, PNG, JPEG. Planning tool.
Calculate new dimensions while preserving aspect ratio, or find the ratio from width and height. For video and images.