File "frontend.js.php"

Full Path: /www/wwwroot/shphe-en.com/wp-content/plugins/bb-plugin/modules/photo/includes/frontend.js.php
File size: 444 bytes
MIME-type: --
Charset: utf-8

<?php if($settings->link_type == 'lightbox') : ?>
jQuery(function($) {
if (typeof $.fn.magnificPopup !== 'undefined') {
	$('.fl-node-<?php echo $id; ?> a').magnificPopup({
		type: 'image',
		closeOnContentClick: true,
		closeBtnInside: false,
		tLoading: '',
		preloader: true,
		callbacks: {
		    open: function() {
		    	$('.mfp-preloader').html('<i class="fa fa-spinner fa-spin fa-3x fa-fw"></i>');
		    }
	  	}
	});
}
});
<?php endif; ?>