Skip to content

Commit

Permalink
Merge pull request #73 from saeedesmaili/patch-1
Browse files Browse the repository at this point in the history
add an example to readme on how to use randomize
  • Loading branch information
mfg92 authored Mar 9, 2024
2 parents 7d1b5d0 + b4b0e4e commit 1c036fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ new-post-name/
DSC_0002.jpg
```

The parameter `sortOrder` decides whether the images are sorted ascending ("asc") or descending ("desc"). `randomize` can be used to have a random order.
The parameter `sortOrder` decides whether the images are sorted ascending (`asc`) or descending (`desc`). The `randomize` parameter can be used (as `randomize=true`) to have a random order.

The `rowHeight` parameter determines the height of the rows that are displayed while the
`margin` parameter defines the gap between the images.
Expand Down

0 comments on commit 1c036fe

Please sign in to comment.