We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e1066c + 963a297 commit 91a0d31Copy full SHA for 91a0d31
README.md
@@ -44,6 +44,10 @@ $grid->picture()->gallery();
44
//zoom effect
45
$grid->picture()->lightbox(['zooming' => true]);
46
$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]);
51
```
52
53
## Donate
0 commit comments