mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-01-03 01:15:57 +10:00
9 lines
503 B
HTML
9 lines
503 B
HTML
<!-- Mercury thumbnail - shows Mercury parser extracted article content -->
|
|
<div class="extractor-thumbnail mercury-thumbnail" style="width: 100%; height: 100px; overflow: hidden; background: #fefefe; padding: 8px; font-family: Georgia, serif; font-size: 11px; line-height: 1.4; color: #333;">
|
|
<iframe src="{{ output_path }}"
|
|
style="width: 100%; height: 300px; border: none; pointer-events: none;"
|
|
loading="lazy"
|
|
sandbox="allow-same-origin">
|
|
</iframe>
|
|
</div>
|