All Projects → lauriiii → grid-gallery

lauriiii / grid-gallery

Licence: MIT license
A KirbyCMS plugin for adding grid galleries

Programming Languages

CSS
56736 projects
PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to grid-gallery

laravel-mix-kirby
Laravel Mix helper for Kirby
Stars: ✭ 23 (+43.75%)
Mutual labels:  kirby, kirby-plugin
Kirby Autogit
⬢ Saves every change made via Kirby Panel to a Git repository
Stars: ✭ 147 (+818.75%)
Mutual labels:  kirby, kirby-plugin
Kirby Imagekit
Asynchronous thumbnail creation and optimization for Kirby 2
Stars: ✭ 109 (+581.25%)
Mutual labels:  kirby, kirby-plugin
kirby-podcast
A KirbyCMS-Podcast-Plugin
Stars: ✭ 22 (+37.5%)
Mutual labels:  kirby, kirby-plugin
kirby-highlighter
🌐 Server-side syntax highlighting for the Kirby code block & KirbyText
Stars: ✭ 18 (+12.5%)
Mutual labels:  kirby, kirby-plugin
KirbyComments
[Kirby 2] File-based comments stored as subpages for the Kirby CMS.
Stars: ✭ 68 (+325%)
Mutual labels:  kirby, kirby-plugin
field-engineer
A Kirby field for complex field structures.
Stars: ✭ 49 (+206.25%)
Mutual labels:  kirby, kirby-plugin
Kirby Calendar Plugin
A plugin for the Kirby CMS to easily implement an event calendar.
Stars: ✭ 76 (+375%)
Mutual labels:  kirby, kirby-plugin
Kirby Uniform
A versatile Kirby plugin to handle web form actions.
Stars: ✭ 214 (+1237.5%)
Mutual labels:  kirby, kirby-plugin
Kirby Visual Markdown
Visual Markdown Editor for Kirby CMS 2
Stars: ✭ 171 (+968.75%)
Mutual labels:  kirby, kirby-plugin
kirby-sortable
Making subpage managing a breeze
Stars: ✭ 82 (+412.5%)
Mutual labels:  kirby, kirby-plugin
kirby-minify-html
Enable minify HTML output for Kirby 3
Stars: ✭ 27 (+68.75%)
Mutual labels:  kirby, kirby-plugin
Field Multiselect
Multiselect field for Kirby 2 CMS
Stars: ✭ 84 (+425%)
Mutual labels:  kirby, kirby-plugin
kirby-highlight
Themeable server-side syntax highlighting for Kirby
Stars: ✭ 14 (-12.5%)
Mutual labels:  kirby, kirby-plugin
Kirby Typography
Typographic enhancements for your Kirby-driven website.
Stars: ✭ 80 (+400%)
Mutual labels:  kirby, kirby-plugin
Kirby Imageset
A flexible, responsive image component for Kirby 2, featuring lazy-loading, fancy placeholders and much more.
Stars: ✭ 122 (+662.5%)
Mutual labels:  kirby, kirby-plugin
Panel Bar
panelBar for Kirby 2 CMS
Stars: ✭ 70 (+337.5%)
Mutual labels:  kirby, kirby-plugin
Embed
Media embed plugin for Kirby 2 CMS
Stars: ✭ 73 (+356.25%)
Mutual labels:  kirby, kirby-plugin
Kirby Focus
Better image cropping for Kirby CMS
Stars: ✭ 170 (+962.5%)
Mutual labels:  kirby, kirby-plugin
kirby-map-field
🗺 An easy way to use maps and location data in Kirby.
Stars: ✭ 41 (+156.25%)
Mutual labels:  kirby, kirby-plugin

Kirby Grid Gallery

Version 1.0

Installation

1. Kirby CLI

If you are using the Kirby CLI, you can install this plugin by running the following commands in your shell:

$ cd path/to/kirby
$ kirby plugin:install lauriiii/grid-gallery

2. Clone or download

  • Clone or download this repository.
  • Unzip the archive if needed and rename the folder to grid-gallery.

Make sure that the plugin folder structure looks like this:

site/plugins/grid-gallery/

Include the plugin CSS in your header

echo css('assets/plugins/grid-gallery/css/grid-gallery.css');

Usage

(gallery: image1.jpg image2.jpg image3.jpg)

Options

1. Columns

Default: Nr. of images (up to 8 after which it defaults to 4)

(gallery: image1.jpg image2.jpg image3.jpg columns: 4)

2. Mobile Columns

Default: 1

(gallery: image1.jpg image2.jpg image3.jpg columns: 4 mobilecolumns: 2)

3. Class

(gallery: image1.jpg image2.jpg image3.jpg columns: 4 class: test)

4. Links

Wraps the images with a link to the file

Default: false

(gallery: image1.jpg image2.jpg image3.jpg columns: 4 links: true)

Config options

You can use the following settings on your config file to change the defaults.

c::set('gridgallery.default.class', 'default');
c::set('gridgallery.default.links', true);
c::set('gridgallery.default.mobilecolumns', '2');

License

http://www.opensource.org/licenses/mit-license.php

Author

Lauri Liimatta http://lauriliimatta.com

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].