You can also fix this by updating the settings to use the hook class:
s = jQuery.extend({ ... hook: "rel", animation_speed: "fast", ajaxcallback: function() {}, slideshow: 5e3, autoplay_slideshow: false, opacity: .8, ...
to:
s = jQuery.extend({ ... hook: "class", ...
source share