Files
Hot-beans/assets/js/theme.js
T
2022-03-21 15:04:41 +00:00

12 lines
311 B
JavaScript

// Custom theme code
if (document.getElementsByClassName('clean-gallery').length > 0) {
baguetteBox.run('.clean-gallery', { animation: 'slideIn' });
}
if (document.getElementsByClassName('clean-product').length > 0) {
window.onload = function() {
vanillaZoom.init('#product-preview');
};
}