Supersized for WP api call

I installed the supersized plugin for wordpress, which is working great. I have set it up as a slideshow to autoplay without control buttons. Still working great.

Now, my client wants to have certain divs (with content) rotate alongside the background image. So, when supersized shows the first image in the slideshow div1 shows on the page. When the slideshow moves to the second slide, div1 needs to go away and show div2, and so on.

Read More

Currently, I can do this by hacking into the supersized.js and add a custom function that passes the current slide number inside the nextSlide() function.

Instead of hacking it, though, I would like to hook into it somehow.
Something like: $.supersized.api.currentslide or something similar.

Would this be possible at all?
Thanks!

Related posts

Leave a Reply

2 comments