=== WAJ Image Slider ===
Contributors: waughjai
Tags: image, loader, html generator
Requires at least: 5.0.0
Tested up to: 5.2
Stable tag: 1.0.2
Requires PHP: 7.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html


== Description ==

Plugin that creates shortcode for easy creation o' image sliders.


== Installation ==

1. Upload the plugin files to the `/wp-content/plugins/plugin-name` directory, or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through the 'Plugins' screen in WordPress
3. Add shortcode with images attribute set to comma-divided list o' media IDs.


== Examples ==

	[waj-image-slider images="5,6,7"]

To make it slowly zoom in, add zoom attribute set to true:

	[waj-image-slider images="5,6,7" zoom="true"]


== Changelog ==

= 1.0 =
* Initial stable version.
