Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Release notes
The main change in this release is to fix the display in non-javascript browsers. The old code tried to serve special pages for each possible target of a "next" or "previous" click. All well and good, but it resulted in a hit on the server every time a user clicked to change slides. Also it relied on Drupal pages not being cached! It may have worked when it was written, but investigation shows that it doesn't work on either the latest D6 or D7, probably due to changes in the caching behaviour. With the decreasing number of non-js browsers, penalising the server has become unjustifiable. This release removed the code that hit the server for each image load (i.e. every click on the next/previous buttons) and replaced with a simple sequential display of all images.
Also:
Updated the list of jQuery cycle options (see http://jquery.malsup.com/cycle/options.html).
Issue #1404040: Improved passing javascript options to the cycle plugin.