Skip to content

Commit cb3e277

Browse files
committed
+ Give it a proper image size for the fallback.
1 parent 5ceac2e commit cb3e277

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ async function getChapterImageList (chapterUrl: string) {
168168
if (img) {
169169
result.push({
170170
url: img.src,
171-
width: 100,
172-
height: 120
171+
width: 684,
172+
height: 997
173173
})
174174
}
175175
})

0 commit comments

Comments
 (0)