=== GridPics === Contributors: konduit Donate link: http://nickgrant.io/ Tags: gallery Requires at least: 3.0.1 Tested up to: 3.9 Stable tag: trunk License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html GridPics allows you to upload pictures, and display them randomly in a responsive grid == Description == GridPics allows you to upload pictures, and display them randomly in a responsive grid using shortcodes. The default shortcode is [gridpics] and will render a 4x4 grid. This can be customized by specifying the number of rows and columns in the shortcode. == Installation == Manual Installation: 1. Unzip GridPic.zip 2. Upload `GridPics` folder to the `/wp-content/plugins/` directory 3. Activate the plugin through the 'Plugins' menu in WordPress 4. Place [gridpics] shortcode on your site From WordPress 1. From WordPress dashboard, select Plugins->Add New 2. Search for `GridPics` 3. Click `Install Now` 4. Activate the plugin through the 'Plugins' menu in WordPress 5. Place [gridpics] shortcode on your site == Frequently Asked Questions == = My pictures don't form a complete grid = GridPics loads as many pictures as it can to fill out your grid, if you have not uploaded enough pictures, GridPics cannot fill out your grid completely. = What options does the shortcode provide? = The only options you can specify in the shortcode are the numbers of rows and the number of columns, these both default to 4. An example shortcode looks like [gridpics rows="5" columns="2"] this would like 10 pictures in rows of 5. == Screenshots == 1. The GridPics edit screen 2. A view of all upload pictures into GridPics 3. The output of [gridpics rows="2" columns="2"] == Changelog == = 1.0 = * Initial Version