full.html 464 B

1234567
  1. <!-- Screenshot fullscreen - full-width image with vertical scroll -->
  2. <div style="width: 100%; min-height: 100vh; overflow: auto; background: #222; padding: 0; box-sizing: border-box; display: flex; justify-content: center; align-items: flex-start;">
  3. <img src="{{ output_path }}"
  4. alt="Screenshot of page"
  5. class="extractor-fullscreen screenshot-fullscreen"
  6. style="width: auto; max-width: 100%; height: auto; display: block;">
  7. </div>