bkindler51 downloadsOpen embedded images fullscreen with double-click. Pinch to zoom, two-finger swipe to pan.
Minimal Obsidian plugin that opens embedded images in a clean fullscreen viewer with gesture-based zoom and pan. No settings, no toolbar — just the image.
Esc closes · 0 resets the zoomSettings → Community plugins → Browse → search "ImageFull" → Install → Enable.
main.js, manifest.json, styles.css from the latest release.<Vault>/.obsidian/plugins/imagefull/.Double-click any embedded image in a note (works in both reading and live-preview modes). The image opens centered on a dimmed overlay. Use pinch or two-finger swipe to zoom and pan. Double-click anywhere on the overlay to close.
Obsidian's built-in image preview opens in a side pane and doesn't offer a clean fullscreen flow with pinch zoom. ImageFull keeps the interaction minimal — one gesture to open, one to close, and standard pinch/pan in between.
No build step. The plugin is a single main.js plus styles.css. Edit directly and reload the plugin in Obsidian.
Run the community-submission linter locally:
npm install
npm run lint
MIT © Björn Kindler