Create a JavaScript-driven rotating banner image on your WordPress site.
To pass multiple parameters (height, fadetime, images, etc), separate them with & characters like this: <?php jsbrotate('images=http://blog.url/image2.jpg|http://blog.url/image2.jpg&height=200&width=900'); ?>
You can have as few as 1 image (which is a bit boring) and as many as you want in the rotation.
Previous versions of the plug-in have limited you to just 5 images ...
Just make sure your list of images is pipe-delimited (use the | key to separate the URLs).
Yes and no. The slideshow itself will only render at one size (whatever you specify in the shortcode). However, if your images are larger or wider than this setting, they will be resized using the CSS max-width and max-height properties. Basically, they'll be "squished" in whatever direction was larger than the display box. This can be problematic in older web browsers and can break certain complex images, so it's highly recommended that all of your rotating images be the same size.
In any case, the first image in your rotation MUST be the same size as the slideshow. This image is used as a static background (in the event your site visitors don't have Javascript) and can't yet be dynamically resized.
You can set several things via the shortcode:
The majority of users we spoke with wanted to remove the numbers, so we've eliminated them altogether.
You can now change the length of time each image remains on the screen and the amount of time it takes to fade between images. We recommend that the fade time be no more than half the display time, otherwise the images don't stay on the screen for very long at all!
No. You must use the template tag after wp_head() and before wp_footer() for it to work!
Check to make sure you have the wp_head() template tag in your header and the wp_footer tag in your footer. If you're missing either of these tags, the scripts won't work. If you're using the template tag, make sure you've placed it after wp_head() and before wp_footer().
You can only have one rotating banner on any given page. If you're using the banner in your posts, only the first post on the page will rotate!
Requires: 2.8 or higher
Compatible up to: 3.1.4
Last Updated: 2011-2-6
Downloads: 16,651




