Jquery Carousel - Need A Script Hack to Customize
Posted
by
Leah
on Pro Webmasters
See other posts from Pro Webmasters
or by Leah
Published on 2012-04-10T21:27:57Z
Indexed on
2012/04/10
23:45 UTC
Read the original article
Hit count: 290
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" );
}
}
}
© Pro Webmasters or respective owner