$(document).ready(function() {
$("a.fancy").fancybox({
'overlayShow': true,
'overlayOpacity': 0.7,
'overlayColor': '#000',
'autoDimensions': false,
'autoScale': true,
'width': '85%',
'height': '95%',
'transitionIn': 'elastic',
'transitionOut': 'elastic',
'titlePosition': 'inside',
'titleFormat': function(title, currentArray,
currentIndex, currentOpts) {
return '<span id="fancybox-title-inside">Image ' +
(currentIndex + 1) + ' / ' + currentArray.length + (title.length ? '
' + title : '') + '</span>';
}
});
});
> --
> You received this message because you are subscribed to the Google Groups "fancybox" group.
> To post to this group, send email to fanc...@googlegroups.com.
> To unsubscribe from this group, send email to fancybox+u...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/fancybox?hl=en.
>
>