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

9 lines
550 B
HTML

<!-- Screenshot thumbnail - shows the captured screenshot image -->
<img src="{{ output_path }}"
alt="Screenshot of page"
class="extractor-thumbnail screenshot-thumbnail"
style="width: 100%; height: 100px; object-fit: cover; object-position: top center; background: #333; transform: scale(1.05); transform-origin: top center;"
loading="lazy"
onerror="this.style.display='none'; this.nextElementSibling.style.display='block';">
<div style="display: none; text-align: center; padding: 20px; color: #999;">📷 Screenshot</div>