Your IP : 216.73.216.62


Current Path : /proc/1908984/root/proc/self/root/proc/self/root/proc/thread-self/root/tmp/
Upload File :
Current File : //proc/1908984/root/proc/self/root/proc/self/root/proc/thread-self/root/tmp/phpDDOR5R

home/digilove/public_html/plugins/system/bdthemes_shortcodes/shortcodes/lightbox/js/lightbox.js000064400000002160152440670070027430 0ustar00jQuery(document).ready(function($) {

    $('.su-lightbox').each(function() {
        $(this).on('click', function(e) {
            var type = $(this).data('mfp-type');
            e.preventDefault();
            e.stopPropagation();
            
            
            if (type === 'image') {
                $(this).magnificPopup({
                    type: type,
                    mainClass: 'mfp-zoom-in mfp-img-mobile',
                    removalDelay: 500, //delay removal by X to allow out-animation
                    callbacks: {
                        imageLoadComplete: function() {
                            var self = this;
                            setTimeout(function() { self.wrap.addClass('mfp-image-loaded'); }, 16);
                        }
                    }
                }).magnificPopup('open');
            }
            else {
                $(this).magnificPopup({
                    type: type,
                    mainClass: 'mfp-img-mobile',
                    removalDelay: 0
                }).magnificPopup('open');
            }
        });
    });
});