2018-11-14 03:50:42 +00:00
|
|
|
document.addEventListener('DOMContentLoaded', function () {
|
2018-11-11 22:41:07 +00:00
|
|
|
if (typeof ($.fn.lightGallery) === 'function') {
|
|
|
|
$('.article').lightGallery({ selector: '.gallery-item' });
|
|
|
|
}
|
|
|
|
if (typeof ($.fn.justifiedGallery) === 'function') {
|
|
|
|
$('.justified-gallery').justifiedGallery();
|
|
|
|
}
|
|
|
|
});
|