a9be15caf3
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
6 lines
224 B
JavaScript
6 lines
224 B
JavaScript
document.addEventListener('DOMContentLoaded', function () {
|
|
if (typeof GLightbox !== 'undefined' && document.querySelector('.glightbox')) {
|
|
GLightbox({ selector: '.glightbox', touchNavigation: true });
|
|
}
|
|
});
|