1
0
This commit is contained in:
Creat0r
2025-11-01 16:52:07 +01:00
parent 78672cd12d
commit fd9eb5f6d0

View File

@ -243,7 +243,7 @@
// Medien-Wechsel
const mediaItems = [
{ type: 'image', src: '/hefe-teilchen/hefeteilchen.jpeg' },
{ type: 'video', src: '/hefe-teilchen/video.mov' }
{ type: 'video', src: '/hefe-teilchen/video.MOV' }
];
let currentMediaIndex = 0;