fancybox фото i из n
$('.class').fancybox({ helpers:{ title:{type:'over'} }, beforeShow:function(){ this.title=(this.title?''+this.title+'':'')+'Фотография '+(this.index+1)+' из '+this.group.length; } });
veko
$('.class').fancybox({ helpers:{ title:{type:'over'} }, beforeShow:function(){ this.title=(this.title?''+this.title+'':'')+'Фотография '+(this.index+1)+' из '+this.group.length; } });
veko