mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-01-03 17:35:45 +10:00
9 lines
464 B
HTML
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>
|