Jquery Carousel - Need A Script Hack to Customize
- by Leah
I hope someone can help me out here. I am coding a site for a client using the carouFredsel. I am using this because it allows for variable widths with in the slideshow as seen here: http://2938.sandbox.i3dthemes.net/index-old.html. My problems are as follows: to use the built in auto center script the scrolling changes the white space in between images during the transition to fit the width of the wrapper.
I need a hack to keep the white space during transition the same, like this: http://2938.sandbox.i3dthemes.net/index.html.
Also, I can't figure out how to put this snippet into my code and make it work
scroll: {
onAfter: function() {
if ( $(this).triggerHandler( "currentPosition" ) == 0 ) {
$(this).trigger( "pause" );
}
}
}