jQuery(document).ready(function() { $('#fancybox_slideshow').click(function() { $.fancybox([ {'href' : 'https://www.clowness.de/images/gallery/60.jpg','title' : ':  Glucks, die Drachenbezwingerin'},{'href' : 'https://www.clowness.de/images/gallery/61.jpg','title' : ':  Frida'},{'href' : 'https://www.clowness.de/images/gallery/63.jpg','title' : ':  Glucks mit schwarzem Gürtel'},{'href' : 'https://www.clowness.de/images/gallery/62.jpg','title' : ':  Frida und Kung Fu'} ], { '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 'Bild ' + (currentIndex + 1) + '/' + currentArray.length + (title.length ? '' + title : '') + ''; } }); }); });