Howdy!
I use Slider to view my comics panels on my website (warning, it's a bit NSFW): http://www.theimpostor.me/issue/impostor-part-one
I was reading somewhere that there was a preloader in some versions of slider - is there any chance it might be incorporated into the module, or if anyone would mind letting me know how I might go about customising the jquery to include a preloader without breaking the module?
Cheers and thanks!
Comments
Comment #1
ArgentOfChange commentedComment #2
ArgentOfChange commentedHere's a solution based on MPaler's Preloader (http://drupal.org/node/503400) provided by the dude himself.
Caveat: unfortunately applying this solution will change the horizontal scrolling to vertical, but I thought I might as well post this and do a follow-up once I manage to get it sorted.
.scroll {background:url(images/ajax-loader.gif) no-repeat center;}.scrollContainer { display: none; }Clear your caches and serve.