Files
hnsau/assets/js/theme.js
2022-02-03 12:54:19 +11: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');
};
}