jQuery(document).ready(function() { $('#fancybox_slideshow').click(function() { $.fancybox([ {'href' : 'http://www.magdalena-oettl.de/images/gallery/51.jpg','title' : ':  photo@ andré symann'},{'href' : 'http://www.magdalena-oettl.de/images/gallery/52.jpg','title' : ':  photo@ andré symann'},{'href' : 'http://www.magdalena-oettl.de/images/gallery/53.jpg','title' : ':  photo@ andré symann'},{'href' : 'http://www.magdalena-oettl.de/images/gallery/54.jpg','title' : ':  photo@ andré symann'},{'href' : 'http://www.magdalena-oettl.de/images/gallery/55.jpg','title' : ':  photo@ andré symann'},{'href' : 'http://www.magdalena-oettl.de/images/gallery/56.jpg','title' : ':  photo@ andré symann'},{'href' : 'http://www.magdalena-oettl.de/images/gallery/57.jpg','title' : ':  photo@ andré symann'},{'href' : 'http://www.magdalena-oettl.de/images/gallery/58.jpg','title' : ':  photo@ andré symann'},{'href' : 'http://www.magdalena-oettl.de/images/gallery/59.jpg','title' : ':  photo@ andré symann'} ], { '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 : '') + ''; } }); }); });