Über Uns

This commit is contained in:
JoulianALS
2024-04-17 09:33:26 +02:00
parent 086c1cd54e
commit 0d2a9cfb41
10 changed files with 83 additions and 43 deletions

View File

@@ -0,0 +1,8 @@
const swiper = new Swiper('.swiper', {
direction: 'vertical',
loop: true,
pagination: {
el: '.swiper-pagination',
},
});