amwhalen / galleria

WordPress plugin that uses the Galleria JavaScript slideshow.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

=== Galleria ===
Contributors: anukit
Tags: galleria, gallery, slideshow, photos, images, swipe, mobile
Requires at least: 3.0
Tested up to: 4.5
Stable tag: trunk
License: The MIT License
License URI: http://opensource.org/licenses/MIT

Displays a beautiful image gallery with a fullscreen option in pages or posts. Just insert the [gallery] shortcode into your page or post, and any attached images will appear.

== Description ==

Displays a beautiful image gallery with a fullscreen option in pages or posts.
Just insert the `[gallery]` shortcode into your page or post, and any attached images will appear in the gallery.
It uses the awesome Galleria JavaScript image gallery framework, and it's easy to customize the display if you have JavaScript and CSS skills.
It's mobile- and touch-ready so you can easily swipe through your photos on supported devices.
Two visual options to choose from: light and dark.

This plugin relies on the built-in gallery functionality of WordPress.
Any images that are uploaded to (AKA attached) to a post or page will be pulled into this gallery.
In newer versions of WordPress you're able to add and remove images from a gallery, and even put them in a certain order.
For older versions of WP, you can specify the `ids` option in the shortcode in order to exclude and sort your images.
Here's an example of a shortcode with specified image IDs:

`[gallery ids="5,4,6,7"]`

== Installation ==

1. Upload Galleria to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
1. Place the [gallery] shortcode in your pages or posts.

== Frequently Asked Questions ==



== Screenshots ==

1. Classic Light theme with fullscreen button.
2. Classic Dark theme with fullscreen button.
3. The Gallery editor built into WordPress 3.5.

== Changelog ==

= 1.0.3 =
* CSS fixes and WordPress 4.5 compatibility.

= 1.0.2 =
* Compatible with WordPress 4.4.2.

= 1.0.0 =
* Version 1.0!

About

WordPress plugin that uses the Galleria JavaScript slideshow.

License:MIT License


Languages

Language:JavaScript 85.6%Language:CSS 6.8%Language:PHP 4.3%Language:HTML 3.4%