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

7 lines
277 B
HTML

<!-- Readability fullscreen - full reader-mode article -->
<iframe src="{{ output_path }}"
class="extractor-fullscreen readability-fullscreen"
style="width: 100%; height: 100vh; border: none; background: #fefefe;"
sandbox="allow-same-origin">
</iframe>