AI Agent Hub
Back to plugins
🖥️

dsh-image-zoom

Client Updated 2026.08.15

Run the following command in DeepSeek Harness:

dsh plugin install sijidoubi/dsh-image-zoom

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install sijidoubi/dsh-image-zoom in DeepSeek Harness to install this image zoom plugin; source: https://github.com/sijidoubi/dsh-image-zoom

About this plugin

The DeepSeek Harness web client pins every Markdown image to a fixed max-width: 100% thumbnail with zero zoom interaction. Reading fine labels on architecture diagrams or dense annotations on flowcharts means squinting or opening the raw image URL in a separate tab. dsh-image-zoom exists to close exactly that gap.

Once installed, clicking any Markdown image opens a full-screen lightbox: scroll or use the plus and minus buttons to zoom between 100% and 1200%, drag to pan after enlarging, snap back to fit-with-window in one click, open the original in a new tab, and dismiss with Esc or a backdrop click. It pairs naturally with dsh-tool-mermaid, whose rendered diagrams become clickable inline thumbnails that now open the in-place zoom viewer instead of redirecting to a new tab.

The implementation is pure DOM with no React dependency and no extra services; every listener, node, and stylesheet is cleaned up on uninstall, leaving the host front-end untouched. It is ideal for developers and product managers who regularly review model-generated architecture diagrams, flowcharts, or design mock-ups inside the dsh web client—one install command turns squinting into a comfortable zoom-and-pan experience.

Use Cases

  • Reading fine labels on model-generated architecture diagrams
  • Inspecting dense annotations in mermaid-rendered flowcharts
  • Zooming into design mock-ups without detouring to the raw image tab

Best For

  • Developers who regularly review technical diagrams in the dsh web client
  • Product managers inspecting model-generated flowchart details
  • Workflow users pairing dsh-image-zoom with dsh-tool-mermaid