Files
ArchiveBox/archivebox/plugins/screenshot/templates/card.html
2026-01-19 14:33:20 -08:00

9 lines
496 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;"
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>