Skip to content

Commit d8c1b88

Browse files
authored
Update README.md
1 parent 86b3048 commit d8c1b88

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ $grid->picture()->gallery(['zooming' => true]);
4848
//width & height properties
4949
$grid->picture()->lightbox(['width' => 50, 'height' => 50]);
5050
$grid->picture()->gallery(['width' => 50, 'height' => 50]);
51+
52+
//img class properties
53+
$grid->picture()->lightbox(['class' => 'rounded']);
54+
$grid->picture()->gallery(['class' => ['circle', 'thumbnail']]);
5155
```
5256

5357
## Donate

0 commit comments

Comments
 (0)