Files
hnsau/templates/assets/js/theme.js
Nathan Woodburn 202455fd2e
Some checks failed
Build Docker / Build Image (push) Failing after 41s
feat: Add docker image
2024-01-11 18:22:20 +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');
};
}