This repository was archived by the owner on Mar 1, 2024. It is now read-only.
wp-plugins/wp-before-after-viewer
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
=== WP Before After viewer === Contributors: WWGate Donate link: http://www.wwgate.net/wp-before-after-plugin/ Tags: : before and after, compare products, images comparison, match fixers, show before and after for doctors Requires at least: 4.0.0 Tested up to: 4.2.3 Stable tag: 1.0.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html WP Before After Viewer plugin let you display two images in very nice way to compare them. == Description == WP Before After Viewer plugin display two images side by side to compare them, and see the difference in very clear way. There is some settings you can configure in the setting page: 1. Animate intro 2. Show full image links. 3. Divider position ( you can make one image bigger than the other one). 4. Divider color to set the border color between the two images. 5. Enable Left/Right keyboard keys 6. pixels moves when keyboard keys pressed: you can set how many pixel should the divider moves when Left/Right key pressed. 7. it looks great in all devices! you can insert this shortcode in any post/page or text widget [wpba][/wpba] usage: `[wpba before_label="before Caption" after_label="After Caption"] <img src="before_image" width="600" height="300" /> <img src="after_image" width="600" height="300" /> [/wpba]` click here to see plugin [demo](http://www.wwgate.net/wp-before-after-plugin/) Please don't hesitiate to contact us if you have any question, feature suggestion via support[@]wwgate.net = Criedit = [JQUERY BEFORE/AFTER PLUGIN](http://www.catchmyfame.com/catchmyfame-jquery-plugins/jquery-beforeafter-plugin/) == Installation == 1. Upload the wp-before-after-viewer/ folder to the /wp-content/plugins/ directory. 2. Activate the plugin through the 'Plugins' menu in WordPress. 3. Visit the new 'WP Before After Viewer Setting ' menu. == Screenshots == 1. This is WP Before After setting page. == Frequently Asked Questions == = 1. Can I change the divider position? = Yes, go to setting page and change devider position. = 2. Can I display a link to show full images? = Yes, go to setting page and check show full images link. = 3. Can I change the style for the divider? = Yes, you can change the divider color from the setting page, or you can go to the plugin folder and write your own css code for it. == Changelog == = 1.0.0 = Initial release.