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.
1 parent 0e1066c commit 963a297Copy full SHA for 963a297
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