=== Responsive Gallery Grid ===
Contributors: Jules Colle
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=j_colle%40hotmail%2ecom&lc=US&item_name=Jules%20Colle%20%2d%20WP%20plugins%20%2d%20Responsive%20Gallery%20Grid&item_number=rgg¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted
Tags: HTML5, gallery, Google+, responsive, pop-out
Requires at least: 3.0
Tested up to: 4.9.1
Stable tag: 2.1
License: GPLv2 or later
Change the native Wordpress gallery to a gallery that nicely fits your images into a jigsaw-like grid. Much like the Google+ gallery.
== Description ==
If the plugin is activated, all of your Wordpress galleries will be styled like a Google+ gallery.
Main features include:
1. The gallery will fit in nicely in a responsive web design, as the grid is recalculated when scaling the window.
1. By default the images will pop out a whenever you move the cursor over them. The z-indexes are updating so that the pop-out images are always on top.
1. The animation speed, scaling, margins and max row height are customizable as a global setting in Wordpress and can be changed individually in the `[gallery]` shortcode.
A live example can be viewed at http://bdwm.be/rgg/demo/
Documentation available at http://bdwm.be/rgg/shortcode-parameters/
== Installation ==
1. Upload the plugin contents to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in Wordpress Admin
1. That's it! Your default WordPress Galleries should now all look titled and responsive!
= Finetuning =
If you want to finetune the options per gallery you can add some parameters to the gallery shortcode (from text editor).
Documentation available at http://bdwm.be/rgg/shortcode-parameters/
You Can also change the default options for all galleries under Settings > RGG Options
== Frequently Asked Questions ==
= How do I add a lightbox to the gallery? =
Any way you would add a lightbox to the native wordpress gallery will work for Responsive Gallery Grid.
One plugin I know that will work right out of the box is jQuery ColorBox. http://wordpress.org/extend/plugins/jquery-colorbox/
= The images to the left and right of the grid are cut of when I mouse over them. How do I solve this? =
This will happen if one of the grid containers have the CSS property overflow:hidden. If possible, you will
need to change this to overflow:visible. If not, you can
wrap the gallery inside a div, and assign some margins to it. If that's no option either, you should just disable scaling, or use negative scaling
by setting the scale property to a value between 0.5 and 1 in the schortcode.
= How can I further configure and modify the gallery to my needs? =
Please take a look here: http://bdwm.be/rgg/shortcode-parameters/
Need anything else? Please start a support thread?
= Will there be added more options? =
Sure. Please start a support thread for any of your requests.
== Upgrade Notice ==
1. RGG now uses native gallery features to retrieve the images, this means you can no longer add multiple instances of the same image to a single gallery. If you need this feature, please revert to version 1.3.
== Screenshots ==
1. Responsive Gallery Grid in action. By default the images will pop out on mouse-over. Live example.
2. The gallery shortcode can be extended with some options, from the text editor.
3. From the WYSIWYG view the gallery looks like an ordinary Wordpress gallery, so you can easily add and remove pictures the way you are used to.
== Changelog ==
= 2.1 (Jan 07, 2018) =
* Big changes. Completely rewritten. (December 31, 2017)
* Merged RGG Pro and RGG Free.
* Make ready for release.
= 1.8-beta-1 (November 16, 2016) =
* prevent jumping images (beta 1)
= 1.7 (June 28, 2016) =
* updated jquery.imagesloaded plugin to 4.1.0
* added additional caption styles and effects
= 1.6.2 (June 27, 2016) =
* Added CSS line `img { height:auto; }` to fix problem with aspect ratio's (https://wordpress.org/support/topic/onpageload-wrong-aspect-ratio?replies=4)
= 1.6.1 (June 26, 2016) =
* Fix problem with media library not loading. (some commented-out html code related to the update-nag got sent together with the json response)
= 1.6 (June 26, 2016) =
* Applied changes also appied in RGG 2.0.2 (free)
= 1.1 (March 16, 2015) =
* Test update
= 1.0 (March 16, 2015) =
* First release