Add files via upload

This commit is contained in:
mrmarcus007
2022-03-16 12:16:58 +00:00
committed by GitHub
commit a933e8e5da
23 changed files with 984 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');
};
}