"use strict";(function(){functionr(e,n,t){functiono(i,f){if(!n[i]){if(!e[i]){varc="function"==typeofrequire&&require;if(!f&&c){returnc(i,!0)}if(u){returnu(i,!0)}vara=newError("Cannot find module '"+i+"'");throwa.code="MODULE_NOT_FOUND",a}varp=n[i]={exports:{}};e[i][0].call(p.exports,function(r){varn=e[i][1][r];returno(n||r)},p,p.exports,r,e,n,t)}returnn[i].exports}for(varu="function"==typeofrequire&&require,i=0;i<t.length;i+=1){o(t[i])}returno}returnr})()({1:[function(require,module,exports){constLightbox=require("./lightbox")},{"./lightbox":2}],2:[function(require,module,exports){constLightbox=require("./lightbox/Lightbox");(function($){$.fn.lightbox={};$.fn.lightbox.parseJsonData=function(data){varimageArray=[];$.each(data,function(){imageArray.push([this.url,this.title])});returnimageArray};$.fn.lightbox.defaults={adminBarHeight:28,overlayOpacity:0.8,borderSize:10,imageArray:newArray,activeImage:null,inprogress:false,widthCurrent:250,heightCurrent:250,xScale:1,yScale:1,displayTitle:true,disableNavbarLinks:true,loopImages:true,imageClickClose:true,jsonData:null,jsonDataParser:null,followScroll:false,isIE8:false};$(document).ready(function($){varhaveConf=(typeofJQLBSettings=='object');if(haveConf&&JQLBSettings.resizeSpeed){JQLBSettings.resizeSpeed=parseInt(JQLBSettings.resizeSpeed)}if(haveConf&&JQLBSettings.marginSize){JQLBSettings.marginSize=parseInt(JQLBSettings.marginSize)}vardefault_strings={help:' Browse images with your keyboard: Arrows or P(revious)/N(ext) and X/C/ESC for close.',prevLinkTitle:'previous image',nextLinkTitle:'next image',prevLinkText:'« Previous',nextLinkText:'Next »',closeTitle:'close image gallery',image:'Image ',of:' of ',download:'Download'};newLightbox($('a[rel^="lightbox"]'),{adminBarHeight:$('#wpadminbar').height()||0,linkTarget:(haveConf&&JQLBSettings.linkTarget.length)?JQLBSettings.linkTarget:'_self',displayHelp:(haveConf&&JQLBSettings.help.length)?true:false,marginSize:(haveConf&&JQLBSettings.marginSize)?JQLBSettings.marginSize:0,fitToScreen:(haveConf&&JQLBSettings.fitToScreen=='1')?true:false,resizeSpeed:(haveConf&&JQLBSettings.resizeSpeed>=0)?JQLBSettings.resizeSpeed:400,displayDownloadLink:(haveConf&&JQLBSettings.displayDownloadLink=='0')?false:true,navbarOnTop:(haveConf&&JQLBSettings.navbarOnTop=='0')?false:true,strings:(haveConf&&typeofJQLBSettings.help=='string')?JQLBSettings:default_strings})})})(jQuery)},{"./lightbox/Lightbox":6}],3:[function(require,module,exports){const$=window.jQuery;classDisplay{constructor(config,helper){this.config=config;this.helper=helper}changeImage(imageNum){if(this.config.inprogress==false){this.config.inprogress=true;this.config.activeImage=imageNum;constloading=document.getElementById('loading');constlightboxImage=document.getElementById('lightboxImage');consthoverNav=document.getElementById('hoverNav');constprevLink=document.getElementById('prevLink');constnextLink=document.getElementById('nextLink');if(loading){this.helper.show(loading)}if(lightboxImage){this.helper.hide(lightboxImage)}if(hoverNav){this.helper.hide(hoverNav)}if(prevLink){this.helper.hide(prevLink)}if(nextLink){this.helper.hide(nextLink)}this.doChangeImage()}};doChangeImage(){this.config.imgPreloader=newImage();this.config.imgPreloader.onload=_=>{constlightboxImage=document.getElementById('lightboxImage');if(lightboxImage){lightboxImage.src=this.config.imageArray[this.config.activeImage][0]}this.doScale();this.preloadNeighborImages()};this.config.imgPreloader.src=this.config.imageArray[this.config.activeImage][0]};doScale(){this.updateDetails();constoverlay=document.getElementById('overlay');if(!overlay||!this.config.imgPreloader){return}varnewWidth=this.config.imgPreloader.width;varnewHeight=this.config.imgPreloader.height;vararrayPageSize=this.helper.getPageSize();varnoScrollWidth=(arrayPageSize.pageWindowWidth<arrayPageSize.pageDocumentWidth)?arrayPageSize.pageDocumentWidth:arrayPageSize.pageWindowWidth;overlay.style.width=noScrollWidth+'px';overlay.style.height=arrayPageSize.pageDocumentHeight+'px';constimageDataContainer=d