new
This commit is contained in:
@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user