Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Kerzig committed Aug 21, 2017
1 parent aab4e3b commit 138e3a3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,13 @@ A plugin for the awesome [Kirby CMS](http://getkirby.com) which allows the edito
* **Parses `title` & `caption` image-fields directly into PhotoSwipe**
* **Configurable & Customizable to it's core 🤘**

![Demo of Kirby Lightbox-Gallery](demo.gif)

# 🤹‍ Demos

*Coming Soon* ([submit your demo](https://twitter.com/wottpal))

In the meantime you can watch this very satisfying GIF.
# 🤹‍ Demos

![Demo of Kirby Lightbox-Gallery](demo.gif)
* [wottpal.com](http://wottpal.com/items/kirby-lightbox-gallery) (my personal site)
* **[Submit yours](https://twitter.com/wottpal)**


# 🤸 Installation
Expand Down Expand Up @@ -79,6 +78,9 @@ Except the PhotoSwipe Base CSS & JS you can literally replace every dependency w

(gallery: all limit: 2) # Only shows thumbs of the first two images

(gallery: all order: random) # Shuffles all images
(gallery: all order: reverse) # Displays all images in reverse order

(gallery: all cols: 2 4) # Sets cols to ['min' => 2, 'max' => 4]
(gallery: all cols: 3) # Sets cols to ['min' => 3, 'max' => 3]
(gallery: all mobilecols: 1 2) # Sets mobilecols to ['min' => 1, 'max' => 2]
Expand Down
1 change: 0 additions & 1 deletion lightbox-gallery.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*
* @package Kirby CMS
* @author Dennis Kerzig <[email protected]>
* @version 0.3.0
*/


Expand Down

0 comments on commit 138e3a3

Please sign in to comment.