$(document).ready(function() { $("a[rel=lightbox]").fancybox({ 'transitionIn' : 'fade', 'transitionOut' : 'none', 'titlePosition' : 'over', 'opacity' : 'true', 'titleFormat' : function(title, currentArray, currentIndex, currentOpts) { return 'Obrázek ' + (currentIndex + 1) + ' / ' + currentArray.length + (title.length ? '   ' + title : '') + ''; } }); $("a.basket-iframe").fancybox({ 'type': 'iframe', 'height': 640, 'width': 980 }); });