feat: Add docker image
Some checks failed
Build Docker / Build Image (push) Failing after 41s

This commit is contained in:
2024-01-11 18:22:20 +11:00
parent c60eb8c346
commit 202455fd2e
80 changed files with 154 additions and 0 deletions

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');
};
}