jQuery(document).ready(function() { $('#fancybox_slideshow').click(function() { $.fancybox([ {'href' : 'https://www.ars-musica-muenchen.de/images/gallery/86.jpg','title' : ':  Layt Abdul Ameer, privat'},{'href' : 'https://www.ars-musica-muenchen.de/images/gallery/85.jpg','title' : ':  Martin Seeliger, Foto: A.Crispien'} ], { '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 : '') + ''; } }); }); });