mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-01-06 10:55:44 +10:00
9 lines
496 B
HTML
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>
|