=== Before and After Slide ===
Contributors: Melissa Norris for Dentalfone
Tags: image slider, image reveal, before after photos

Show before and after photos with a simple Shortcode.

== Description ==

This plugin displays a before and after photo, with alt tags, defined by a simple Shortcode. Drag the arrow overlay to reveal and hide before and after photos. It works via a Shortcode and can be placed anywhere.

<p>
Usage: <strong>[before_after imgb="/wp-content/uploads/before.png" altb="Before Photo" imga="/wp-content/uploads/after.png" alta="After Photo"]</strong><br /><br />
Use the following parameters to define before and after photos and their alt tags:<br />
- imgb = URL of before photo<br>
- altb = Alt Tag of before photo<br>
- imga = URL of after photo<br>
- alta = Alt Tag of after photo<br>
</p>

== Installation ==

Upload the plugin within your Wordpress Plugins menu and activate it. 

Then, you can add the shortcode anywhere you want (cornerstone, pages, posts, widgets, etc.)

<strong>[before_after imgb="/wp-content/uploads/before.png" altb=“Before Photo" imga="/wp-content/uploads/after.png" alta="After Photo"]</strong> 

Customize the URLs to show the images you want. It is best if both images are the same size.

== Changelog ==

= 1.0 =
Initial release.