ResponsiveSlides is a new and very cool jQuery libary: http://responsive-slides.viljamis.com/

I've done some initial work on incorporating it into the 1.x branch of the module. This also involved separating out the pager generation parts of the beanslide.js file into their own functions, so extensive testing is necessary with the other slideshow libraries supported like Vegas and jquery.cycle.

Patch is attached in the first comment.

Task remaining TODO are incorporating the pager position with responsiveSlide's method of appending the pager to a jQuery selector (rather than before/after the slideshow, although the default is the same as "after").

Comments

jessehs’s picture

Status: Active » Needs work
StatusFileSize
new10.7 KB

Patch with -p1 flag.

jhedstrom’s picture

I realize there isn't currently a README, but as we continue to add new libraries, it seems like an appropriate time to start one, documenting how/where to find the required js library.

jessehs’s picture

How about the addition of a make file, so all libraries can be downloaded into the libraries directory if drush make is used, whether or not they're actually loaded at run-time? Apachesolr has an example make file that specifies how to grab the library: http://drupalcode.org/project/apachesolr.git/blob/refs/heads/6.x-1.x:/ap...

jhedstrom’s picture

That sounds good--it should be appended with .example so it doesn't auto-build.

jessehs’s picture

StatusFileSize
new11.17 KB

Here's an updated patch to add the argument "slides" to the pager function in beanslide.js

jhedstrom’s picture

I've committed #5 to 1.x. This will need to be ported to 2.x.