Files
ArchiveBox/archivebox/plugins/screenshot/templates/thumbnail.html
Nick Sweeting d95f0dc186 remove huey
2025-12-24 23:40:18 -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>