mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-03 22:37:53 +10:00
11 lines
448 B
HTML
11 lines
448 B
HTML
<!-- Media fullscreen - full video/audio player -->
|
|
<div class="extractor-fullscreen media-fullscreen" style="width: 100%; height: 100vh; background: #000; display: flex; align-items: center; justify-content: center;">
|
|
<video src="{{ output_path }}"
|
|
style="max-width: 100%; max-height: 100%;"
|
|
controls
|
|
autoplay
|
|
preload="auto">
|
|
Your browser does not support the video tag.
|
|
</video>
|
|
</div>
|