This commit is contained in:
2025-09-13 18:51:15 +02:00
parent 298fefd0f4
commit 9ae2f3bbcb
7 changed files with 102 additions and 251 deletions

View File

@@ -24,10 +24,10 @@ const galleryItems = [
// 🔧 Carousel Config
const VISIBLE = 4
const CARD_SIZE = 450 // square size on desktop
const GAP = 380 // spacing for larger cards
const CARD_SIZE = 360 // square size on desktop
const GAP = 300 // spacing for larger cards
const ROT_Y = 18
const DEPTH = 260
const DEPTH = 210
const SCALE_DROP = 0.12
const AUTOPLAY_MS = 3200