$(document).ready(function() { $("a.forma").fancybox( { "type" : 'iframe', "padding" : 0, "width" : 487, "height" : 450, "scrolling" : 'no', "autoScale" : false, "transitionIn" : 'elastic', "transitionOut" : 'elastic', "speedIn" : 500, "speedOut" : 500, "overlayShow" : true, "overlayOpacity" : 0.8, "hideOnContentClick" :false, "centerOnScroll" : true }); $("a.foto_gal").fancybox( { "padding" : 0, "scrolling" : 'yes', "imageScale" : false, "autoScale" : false, "zoomOpacity" : false, "zoomSpeedIn" : 1000, "zoomSpeedOut" : 1000, "zoomSpeedChange" : 1000, "transitionIn" : 'elastic', "transitionOut" : 'fade', "speedIn" : 500, "speedOut" : 500, "overlayShow" : true, "overlayOpacity" : 0.8, "hideOnContentClick" :false, "titleFormat" : function(title, currentArray, currentIndex, currentOpts) {if (title!='') return '
' + title + '
'; }, "centerOnScroll" : false }); });