---
name: Open images directly in browser
description: Don't wrap images in HTML pages — just open the file directly in Chrome
type: feedback
originSessionId: dfa8bf4a-ca43-4051-b597-e9e96c4973ff
---
When showing captured images or screenshots to the user, open the file directly in the browser (`start chrome path/to/file.jpg`) instead of creating an HTML wrapper page.

**Why:** Unnecessary wrapper adds friction and extra files. The browser renders images natively.

**How to apply:** Any time you need to display an image file to the user via browser, use `start chrome <path>` directly.
