impi_
By: a guest | Mar 19th, 2010 | Syntax:
None | Size: 0.45 KB | Hits: 47 | Expires: Never
<script type="text/javascript">
$(document).ready(function() {
/* This is basic - uses default settings */
$("a[rel=example_group]").fancybox({
transitionIn : 'none',
titlePosition : 'outside',
transitionOut : 'none',
titleFormat : function(title, currentArray, currentIndex, currentOpts) {
return '<span id="fancybox-title-over">Image ' + (currentIndex + 1) + ' / ' + currentArray.length + '</span>';
}
});
});
</script>