- <!-- Screenshot thumbnail - shows the captured screenshot image -->
- <img src="{{ output_path }}"
- alt="Screenshot of page"
- class="extractor-thumbnail screenshot-thumbnail"
- style="width: 100%; height: 100px; object-fit: cover; object-position: top center; background: #333; transform: scale(1.05); transform-origin: top center;"
- loading="lazy"
- onerror="this.style.display='none'; this.nextElementSibling.style.display='block';">
- <div style="display: none; text-align: center; padding: 20px; color: #999;">📷 Screenshot</div>
|