**Título:** ``` [FEATURE] Native tablet viewport preview mode in preview_screenshot tool ```

Resolved 💬 1 comment Opened Mar 29, 2026 by phasprofissional-arch Closed Mar 29, 2026

Preflight Checklist

  • [x] I have searched existing requests and this feature hasn't been requested yet
  • [x] This is a single feature request (not multiple features)

Problem Statement

The preview_screenshot tool truncates the viewport when using the tablet preset (768x1024).
The bottom portion of the screen is cut off in the screenshot, even though the browser
renders it correctly. This makes it impossible to visually verify tablet layouts without
using workarounds like JavaScript DOM inspection.

The mobile preset (375x812) works correctly and captures the full height.
The tablet preset should behave the same way.

Proposed Solution

Fix the tablet preset (768x1024) to capture the full viewport height in screenshots,
matching the behavior of the existing mobile preset.

Alternative Solutions

_No response_

Priority

Medium - Would be very helpful

Feature Category

Developer tools/SDK

Use Case Example

_No response_

Additional Context

_No response_

View original on GitHub ↗

This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗