HTTP/1.1 200 Connection established HTTP/1.1 200 OK Date: Fri, 26 Apr 2024 20:37:35 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: "c43ab250dd171c1421949165eee5dc5e" Cache-Control: public, max-age=2592000 Last-Modified: Fri, 22 Oct 2021 04:58:53 4OctGMT Content-Length: 570 Connection: close Content-Type: application/javascript (function ($) { $(function () { $.fn.fotoramaWPAdapter = function () { this.each(function () { var $this = $(this), data = $this.data(), $fotorama = $('
'); $('dl', this).each(function () { var $a = $('dt a', this); $fotorama.append( $a.attr('data-caption', $('dd', this).text()) ); }); $this.html($fotorama.html()); }); return this; }; $('.fotorama--wp') .fotoramaWPAdapter() .fotorama(); }); })(jQuery);