=== Plugin Name === Contributors: ankurt Donate link: http://oldmill1.github.com/jquery-image-carousel/ Tags: jquery, carousel, slideshow, images, presentation, graphics Requires at least: 2.0.2 Tested up to: 3.3.2 Stable tag: 1.0 A WordPress plugin implemented as a shortcode for creating a slideshow right from the posts screen. == Description ==
A WordPress plugin implemented as a shortcode for creating a slideshow right from the posts screen.
View my project on Github
Using this plugin is as easy as
You can change the size of the carousel display by passing a size argument.
`[carousel size="thumbnail"]`Supported sizes: thumbnail, medium, large, full
You can change the way images transition by passing an effect argument.
`[carousel effect="bouce"]`Please visit this page for a list of supported effects.
== Installation == This section describes how to install the plugin and get it working. 1. Upload `plugin-name.php` to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Put the word [carousel] somewhere in the body of the post. == Frequently Asked Questions == = My carousel doesn't work/looks weird/doesn't load = This may be because your theme doesn't have the template tags `wp_footer()` and `wp_head()`. Both are required for this plugin to work. = What about jQuery? = You don't have to include a copy of jQuery. If one doesn't exist, the plugin will load WordPress's copy. == Screenshots == 1. Default slider with image titles as captions. == Changelog == = 1.0 = * Added effects!