mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-01-04 09:55:33 +10:00
9 lines
452 B
HTML
9 lines
452 B
HTML
<!-- Wget thumbnail - scaled down iframe preview of mirrored site -->
|
|
<div class="extractor-thumbnail wget-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>
|