Files
ArchiveBox/archivebox/plugins/singlefile/templates/thumbnail.html
Nick Sweeting d95f0dc186 remove huey
2025-12-24 23:40:18 -08:00

9 lines
464 B
HTML

<!-- Singlefile thumbnail - scaled down iframe preview of archived HTML -->
<div class="extractor-thumbnail singlefile-thumbnail" style="width: 100%; height: 100px; overflow: hidden; background: #fff;">
<iframe src="{{ output_path }}"
style="width: 400%; height: 400px; transform: scale(0.25); transform-origin: top left; pointer-events: none; border: none;"
loading="lazy"
sandbox="allow-same-origin">
</iframe>
</div>