Directory : /home/aplikasiposinfo/www/sip.aplikasipos.info/public/template/js/ |
Current File : /home/aplikasiposinfo/www/sip.aplikasipos.info/public/template/js/light-gallery.js |
(function($) { 'use strict'; if ($("#lightgallery").length) { $("#lightgallery").lightGallery(); } if ($("#lightgallery-without-thumb").length) { $("#lightgallery-without-thumb").lightGallery({ thumbnail: true, animateThumb: false, showThumbByDefault: false }); } if ($("#video-gallery").length) { $("#video-gallery").lightGallery(); } })(jQuery);