Skip to content

Commit 31f4617

Browse files
Update README.md
1 parent fff5d22 commit 31f4617

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ const options = {
2929
tarURL: 'path/to/your/tar/file.tar',
3030
tarImageURLCallback: (index) => `image${index}.jpg`,
3131

32-
// Note that you can also simultaneously use direct image loading and image loading from a tar file. In that case, you will use the tar file to server (super low res) preview images shown before the direct image loading completes.
32+
// Note that you can also simultaneously use direct image loading and image loading from a tar file.
33+
// In that case, you will use the tar file to server (super low res) preview images shown before the
34+
// direct image loading completes.
3335

3436
wrap: true,
3537
size: 'cover',

0 commit comments

Comments
 (0)