Files
ArchiveBox/archivebox/plugins/screenshot/templates/full.html
Nick Sweeting ec4b27056e wip
2026-01-21 03:19:56 -08:00

8 lines
464 B
HTML

<!-- Screenshot fullscreen - full-width image with vertical scroll -->
<div style="width: 100%; min-height: 100vh; overflow: auto; background: #222; padding: 0; box-sizing: border-box; display: flex; justify-content: center; align-items: flex-start;">
<img src="{{ output_path }}"
alt="Screenshot of page"
class="extractor-fullscreen screenshot-fullscreen"
style="width: auto; max-width: 100%; height: auto; display: block;">
</div>