RetroDECK-Website/assets/js/Lightbox-Gallery.js

3 lines
143 B
JavaScript
Raw Normal View History

2024-04-17 02:11:19 +00:00
if (document.querySelectorAll('[data-bss-baguettebox]').length > 0) {
baguetteBox.run('[data-bss-baguettebox]', { animation: 'slideIn' });
}