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.
An on‑screen ruler that measures in pixels, centimeters, and inches. Drag to resize. Handy for UI designers and developers.
Input dimensions and color depth to estimate uncompressed file size for BMP, PNG, JPEG. Planning tool.
Write a media query and see if it matches as you resize the iframe. Understand width, height, and resolution queries.
Paste media queries and see a visual indicator of which rules apply at current viewport size.
Enter width, height, format to approximate file size. Plan web performance. Simple model.
Create a responsive box that maintains a specific aspect ratio using the aspect‑ratio property. Copy the simple CSS.
Resize and crop an image to a specific aspect ratio (1:1, 16:9…) with automatic fit/cover. Download the perfect image.
Combine aspect‑ratio with min‑/max‑width/height and see how the box responds. Understand sizing constraints. Copy the pattern.
Drop an audio file and instantly see its duration in seconds and formatted time. Read metadata without full playback.
Resize an image to exact dimensions and add colored padding to fill the aspect ratio without cropping. Useful for profile grids.
Resize a video by cropping to a new aspect ratio or scaling up/down. Apply and download the result. Browser‑based.
Preview how your page title will appear in Google SERPs. See pixel width and character count. Avoid truncation. Free local tool for SEOs.
See how your page title and description will look in Google SERP. Check pixel width and character count. Local tool.
Browse the OKLCH color space with sliders for lightness, chroma, and hue. See the CSS oklch() code. Modern and accessible.
Convert pixel values to viewport‑relative units (vw, vh, vmin, vmax) based on a selected breakpoint. Precise responsive design.
See how your title and meta description will be truncated in Google SERP by pixel width. Optimize click‑through.
Enlarge pixel art or low‑res images without blur. Choose 2x, 4x, 8x. Perfect for sprites. Download scaled PNG.
Drop a video file and instantly see its container format, codec(s), resolution, duration, and bitrate. Browser‑based, no upload.
Upload one image at multiple widths and generate the complete img srcset and sizes attributes. Perfect for performance.
Upload an image and see a slider comparison of different JPEG quality levels. Find the optimal file size vs. quality trade‑off.
Display your screen's current devicePixelRatio. See how it changes when you zoom. Useful for high‑res image decisions.
Resize images directly in your browser by width, height, or percentage. Maintain aspect ratio and download the result. Images never leave your computer.
Enlarge pixel art or low‑res images without blur. Choose 2x, 4x, 8x. Perfect for sprites. Download scaled PNG.
Open a test video in Picture‑in‑Picture mode. Control entering and leaving PiP. Copy the code snippet for your own app.
Visualize how aperture, focal length, and subject distance affect background blur. Interactive DOF calculator.
Upload one image and see it encoded in AVIF, WebP, and JPEG XL side‑by‑side. Compare quality and file size in your browser.
Enter an image URL, crop it interactively, and download the result. No upload. Works with any CORS‑enabled image.