I’m pretty certain the jQuery script used for this doesn’t naturally support responsive resizing.
Two options.
First option is to look at doing something with:
$(window).resize(function() {
// Redo size calculations and reload RT (if necessary)
});
Second option is to move to Cycle 2.
Which template are you using? It would be useful to know what model to work off…
Hi there,
I just use the blankslate wordpress template. I am actually using cycle 2 within my media gallery for a slideshow.
It’s actually fine itself when its viewed on a tablet ect but its just when re-sizing the window it breaks and scroll bars are shown.
Does the Development version work for you?
Martin
Now integrated into the main plug-in
Just got these message, thank you, just updated the plugin and the works a charm and responsive. Much appreciated!