Add files via upload

This commit is contained in:
mrmarcus007
2022-03-21 15:02:55 +00:00
committed by GitHub
parent 8aef5798ba
commit 060398a41c
26 changed files with 359 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
// 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');
};
}