card.html 508 B

12345678
  1. <!-- Readability thumbnail - shows reader-mode extracted article content -->
  2. <div class="extractor-thumbnail readability-thumbnail" style="width: 100%; height: 100px; overflow: hidden; background: #fefefe; padding: 8px; font-family: Georgia, serif; font-size: 11px; line-height: 1.4; color: #333;">
  3. <iframe src="{{ output_path }}"
  4. style="width: 100%; height: 300px; border: none; pointer-events: none;"
  5. loading="lazy"
  6. sandbox="allow-same-origin">
  7. </iframe>
  8. </div>