We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10cb919 commit 965ceb3Copy full SHA for 965ceb3
comiclib/LANraragi/public/js/reader.js
@@ -715,7 +715,7 @@ Reader.initializeArchiveOverlay = function () {
715
const thumbnail = `
716
<div class='${thumbCss} quick-thumbnail' page='${index}' style='display: inline-block; cursor: pointer'>
717
<span class='page-number'>Page ${page}</span>
718
- <img src="./img/wait_warmly.jpg" id="${index}_thumb" />
+ <img src="./img/wait_warmly.jpg" id="${index}_thumb" loading="lazy"/>
719
<i id="${index}_spinner" class="fa fa-4x fa-circle-notch fa-spin ttspinner" style="display:flex;justify-content: center; align-items: center;"></i>
720
</div>`;
721
0 commit comments