Galleria.loadTheme('/plugins/k2/incptvk2imagegallery/incptvk2imagegallery/tmpl/BrainMasonGallery/js/../themes/classic/galleria.classic.js'); jQuery(document).ready(function(){ jQuery('.k2-braingallery__opengallery').on('click', function(event){ event.preventDefault(); Galleria.configure({ autoplay: false, carousel: true, carouselSpeed: 200, carouselSteps: 'auto', clicknext: true, debug: true, easing: 'galleria', fullscreenCrop: true, fullscreenDoubleTap: true, fullscreenTransition: 'fade', /*height: 400,*/ height: 0.5625, idleMode: true, idleTime: 3000, idleSpeed: 200, imageCrop: false, imageMargin: 0, imagePan: false, imagePanSmoothness: 12, imagePosition: 'center', imageTimeout: 3000, /*initialTransition: ,*/ /*keepSource: ,*/ layerFollow: true, lightbox: false , lightboxFadeSpeed: 200, lightboxTransitionSpeed: 300, maxScaleRatio: undefined, minScaleRatio: undefined, overlayBackground: '#0b0b0b', overlayOpacity: 0.85, pauseOnInteraction: true, popupLinks: false, preload: 2, queue: true, responsive: true, show: jQuery(this).data('index'), /*showCounter: false,*/ showCounter: true, showInfo: true, showImagenav: true, swipe: true, thumbCrop: true, thumbDisplayOrder: true, thumbMargin: 0, thumbnails: true, thumbQuality: true, touchTransition: undefined, transition: 'fade', transitionSpeed: 400, trueFullscreen: true, wait: 5000, width: 'auto' }); Galleria.run('#galleria'); jQuery('#brainGalleryModal').fadeIn(); jQuery('#lightboxOverlay').remove(); jQuery('#closeGalleryModal').on('click', function(){ jQuery('#brainGalleryModal').fadeOut(); }); }); });