full.html 449 B

12345678910
  1. <!-- YT-DLP fullscreen - full video/audio player -->
  2. <div class="extractor-fullscreen ytdlp-fullscreen" style="width: 100%; height: 100vh; background: #000; display: flex; align-items: center; justify-content: center;">
  3. <video src="{{ output_path }}"
  4. style="max-width: 100%; max-height: 100%;"
  5. controls
  6. autoplay
  7. preload="auto">
  8. Your browser does not support the video tag.
  9. </video>
  10. </div>