Hi All,
I am using jquery cycle to show images as slides. How to scroll two images at a time without using any button.
Code:
jQuery(document).ready(function($) {
$('#album').cycle({
fx: 'scrollHorz',
speed: 1000,
timeout: 0, continuous: true,
pause: 0, sync: 1
});
});
Geetha.