Skip to content

Commit a718eff

Browse files
committed
docs: Indicate how to lazy load all the grid's images
1 parent 696e205 commit a718eff

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
@@ -170,7 +170,9 @@ function App() {
170170
<td><code>6</code></td>
171171
<td>
172172

173-
(**Optional**) The image's [index](https://codesweetly.com/web-tech-terms-i/#index) to begin the grid's lazy loading.
173+
(**Optional**) The image's [index](https://codesweetly.com/web-tech-terms-i/#index) to begin the grid's lazy loading.
174+
175+
**tip:** Use a negative number to lazy load all the images.
174176

175177
</td>
176178
</tr>

0 commit comments

Comments
 (0)