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 // Medien-Wechsel
const mediaItems = [ const mediaItems = [
{ type: 'image', src: '/hefe-teilchen/hefeteilchen.jpeg' }, { type: 'image', src: '/hefe-teilchen/hefeteilchen.jpeg' },
{ type: 'video', src: '/hefe-teilchen/video.mov' } { type: 'video', src: '/hefe-teilchen/video.MOV' }
]; ];
let currentMediaIndex = 0; let currentMediaIndex = 0;