diff --git a/README.md b/README.md index b4502b3..7fac883 100755 --- a/README.md +++ b/README.md @@ -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 @@ -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] diff --git a/lightbox-gallery.php b/lightbox-gallery.php index f64b556..4deff07 100755 --- a/lightbox-gallery.php +++ b/lightbox-gallery.php @@ -5,7 +5,6 @@ * * @package Kirby CMS * @author Dennis Kerzig -* @version 0.3.0 */