You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -240,7 +273,6 @@ Reader.initInfiniteScrollView = function () {
240
273
Reader.pages.slice(1).forEach((source)=>{
241
274
constimg=newImage();
242
275
img.id=`page-${Reader.pages.indexOf(source)}`;
243
-
img.loading="lazy";
244
276
img.height=800;
245
277
img.width=600;
246
278
img.src=source;
@@ -353,7 +385,7 @@ Reader.checkFiletypeSupport = function (extension) {
353
385
localStorage.epubWarningShown=true;
354
386
LRR.toast({
355
387
heading: "EPUB support in LANraragi is minimal",
356
-
text: "EPUB books will only show images in the Web Reader. If you want text support, consider pairing LANraragi with an <a href='https://sugoi.gitbook.io/lanraragi/advanced-usage/external-readers#generic-opds-readers'>OPDS reader.</a>",
388
+
text: "EPUB books will only show images in the Web Reader, and potentially out of order. If you want text support, consider pairing LANraragi with an <a href='https://sugoi.gitbook.io/lanraragi/advanced-usage/external-readers#generic-opds-readers'>OPDS reader.</a>",
357
389
icon: "warning",
358
390
hideAfter: 20000,
359
391
closeOnClick: false,
@@ -439,7 +471,7 @@ Reader.goToPage = function (page) {
0 commit comments