cycle-plugin

jQuery cycle plugin, centering image in div

Hi, I'm looking to use the JQuery cycle plugin to cycle through a set of images. All of the images are different sizes and I'd like them to all be centered inside the container "slideshow" DIV and use the "Fade" transition, rather than the default top left. I have added a 'Before' callback, where I set the Top and Left of the object...

Jquery img.load question

Hi, I am using the jQuery cycle plugin to cycle through some images. These images are all contained inside a DIV. I don't want the cycle plugin to run until after all of the images have loaded, or at least the first 4 or 5 so that an image doesn't appear that isn't loaded yet. Is there an easy way of doing this? I tried adding a cla...

jQuery Cycle Plugin - Dictate locaton of thumbnails

What I would like to do is dictate where my thumbnails are instead of using the main images as the thumbnail. I'm pretty sure this can be done, I just need a little push in the right direction. Here is my Code: <script type="text/javascript"> $('#imageContainer').before('').cycle({ fx: 'fade', speed: 2000, timeou...

Css is breaking jquery cycle plugin

I've managed to use the cycle plugin for jquery to successfully make a rotating slide show with both a tabbed navigation tool, and a link whose information is gathered from the alt tags of the images. Both these elements work fine on their own, but when together it seems to break down. I've narrowed it down to a possible issue with the ...

Display image title with jQuery Cycle Plugin?

I am trying to make the image title display at the same time the image appears, it currently appears right after the image does, using the :after option, code looks like this, Any ideas how I can make the title show up in sync with the image? Thank you! Copy code $(document).ready(function() { $('#home_gallery').befor...

Jquery Cycle Plugin set thumbnail location

First off, my question is really similar to a question posted here, with the difference being I am using wordpess and the nextgen gallery plugin to manage my images, which writes images thumbnail images as such: mygallery/image1.jpg mygallery/image2.jpg etc... and thumbnails like this: mygallery/thumbs/thumbs_image1.jpg mygallery/thu...