HTTP/1.1 200 Connection established HTTP/1.1 200 OK Date: Sat, 27 Apr 2024 01:44:00 GMT Server: Apache/2.4.6 (CentOS) mpm-itk/2.4.7-04 OpenSSL/1.0.2k-fips PHP/7.4.33 X-Powered-By: PHP/7.4.33 Etag: "43e42db71d62046d02251661f3f496a0" Cache-Control: public, max-age=2592000 Content-Length: 985 Connection: close Content-Type: application/x-javascript; charset= $(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 }); });