Ian Yang

Results 24 comments of Ian Yang

By the way, I'm using [Non-Image Slides](http://jquery.malsup.com/cycle2/demo/non-image.php) so the original images are inside ``s, which are the slides.

Just tried: ``` javascript $('.selector').cycle({ // other options pagerTemplate : '' }); ``` The result becomes: ``` html ```

I would like to concur on the scrollOffset option. Although using padding and negative margin can do the job, sometimes using JavaScript solution would be optimal due to pre-designed layout...