/home/vianto5/ceibaresidencial.mx/wp-content/themes/moore_old/assets/js/elementor
NameSizeModeActions
apartments-masonry.js7040644editdlrm
apartments-slider.js17660644editdlrm
direction-slider.js14460644editdlrm
gallery-simple.js12080644editdlrm
gallery.js24530644editdlrm
header-left.js19840644editdlrm
instagram.js4020644editdlrm
menu-canvas.js17300644editdlrm
room-list.js51870644editdlrm
rooms-filter.js141300644editdlrm
testimonial.js17640644editdlrm
Edit: /home/vianto5/ceibaresidencial.mx/wp-content/themes/moore_old/assets/js/elementor/gallery-simple.js (1208B)
(function($){ "use strict"; $(window).on('elementor/frontend/init', function () { elementorFrontend.hooks.addAction('frontend/element_ready/moore_elementor_gallery_simple.default', function(){ $('.gallery-simple-fancybox').each( function() { // Popup Gallery Simple if( $('.gallery-simple-fancybox').length && typeof Fancybox != 'undefined' ){ var group = $(this).data('group'); Fancybox.bind('[data-fancybox="'+group+'"]', { 'scrolling': 'no', 'speedIn': 600, 'speedOut': 200, 'overlayShow' : false, caption: function (fancybox, carousel, slide) { return ( `${slide.index + 1} / ${carousel.slides.length}
` + slide.caption ); }, }); } }); }); }); })(jQuery);