Skip to content

Conversation

@DevertNet
Copy link

In a big project with many slideshows i have to use the old and new plugin. This does not work out of the box, so i created i fix for that problem ;)

You can use cycle2 with all plugins. You must nothing change in your code if you only use the data attribute options data-cycle-XXX.

In case you control the slideshow via javascript:
$(obj).cycle();
change it to:
$(obj).cycle2();

@brunnopleffken
Copy link

Man, you did exactly what I did once in an old project to use old-Cycle and Cycle2 on the same page... It's an annoying issue to use the same class name on both...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants