jQuery(document).ready(function() { $('#fancybox_slideshow').click(function() { $.fancybox([ {'href' : 'https://www.clowness.de/images/gallery/35.jpg','title' : ':  Der Bücherschatz'},{'href' : 'https://www.clowness.de/images/gallery/36.jpg','title' : ':  book'},{'href' : 'https://www.clowness.de/images/gallery/37.jpg','title' : ':  GlucksandGranny'},{'href' : 'https://www.clowness.de/images/gallery/38.jpg','title' : ':  Buchstabensuppe'} ], { 'padding' : 0, 'width' : '50%', 'height' : '50%', 'autoScale' : false, 'transitionIn' : 'elastic', 'transitionOut' : 'elastic', 'titlePosition' : 'over', 'type' : 'image', 'changeFade' : 200, 'titleFormat' : function(title, currentArray, currentIndex, currentOpts) { return 'Image ' + (currentIndex + 1) + '/' + currentArray.length + (title.length ? '' + title : '') + ''; } }); }); });