fancyBox 1.xには、タイトルのフォーマット方法に関する情報がありました。私は新しいバージョンのためにこれを逃しています...
「xの画像1。ここに穴のギャラリーがあります[=リンク]」のようなタイトルを追加したいと思います。
fancybox v2.0.xの場合、次のようなオプションtitle
を使用してカスタマイズ/フォーマットできます。beforeShow
$(".fancybox").fancybox({
beforeShow : function() {
this.title = (this.title ? '' + this.title + '' : '') + 'Image ' + (this.index + 1) + ' of ' + this.group.length + '. You can find the whole gallery <a href="/parth/to/gallery">here</a>';
}
}); // fancybox