Bheesham Kumar Sharma
unread,Apr 25, 2012, 9:11:43 AM4/25/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to fanc...@googlegroups.com
i m using fancy box plugin
i m facing a problem regarding the backwrd flow of images.my image going forward but not in backward direction.i use the mouse wheel plugin from fancybox site.plz give me the solution.
this is my js function
$("a[rel=example_group]").fancybox({
'autoscale':'false',
'cyclic':true,
'transitionIn' : 'elastic',
'transitionOut' : 'elastic',
'titlePosition' : 'over',
'titleFormat' : function(title, currentArray, currentIndex, currentOpts) {
return '<span id="fancybox-title-over">Image ' + (currentIndex + 1) + ' / ' + currentArray.length + (title.length ? ' ' + title : '') + '</span>';
}
});