Skip to content

Commit 963a297

Browse files
authored
Added width & height usage examples
1 parent 0e1066c commit 963a297

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
@@ -44,6 +44,10 @@ $grid->picture()->gallery();
4444
//zoom effect
4545
$grid->picture()->lightbox(['zooming' => true]);
4646
$grid->picture()->gallery(['zooming' => true]);
47+
48+
//width & height properties
49+
$grid->picture()->lightbox(['width' => 50, 'height' => 50]);
50+
$grid->picture()->gallery(['width' => 50, 'height' => 50]);
4751
```
4852

4953
## Donate

0 commit comments

Comments
 (0)