ギャラリーに15枚の画像があり、「Image1of15」のようなものを追加したいとします。以前のバージョンでは、次のようなものを使用できました。
'titlePosition': 'over'
'titleFormat': function(currentArray, currentIndex, currentOpts) { return '<span id="fancybox-title-over">Image ' + (currentIndex + 1) + ' / ' + currentArray.length + '</span>'
どんな助けでもいただければ幸いです。