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 86b3048 commit d8c1b88Copy full SHA for d8c1b88
README.md
@@ -48,6 +48,10 @@ $grid->picture()->gallery(['zooming' => true]);
48
//width & height properties
49
$grid->picture()->lightbox(['width' => 50, 'height' => 50]);
50
$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']]);
55
```
56
57
## Donate
0 commit comments