We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20f3fcd commit 6df7401Copy full SHA for 6df7401
index.html
@@ -139,8 +139,7 @@ <h1>Peru JUG</h1>
139
{ type: 'video', src: 'assets/video1.mp4' },
140
{ type: 'image', src: 'assets/photo1.jpg' },
141
{ type: 'image', src: 'assets/photo2.jpg' },
142
- { type: 'image', src: 'assets/photo3.jpg' },
143
- { type: 'video', src: 'assets/video2.mp4' }
+ { type: 'image', src: 'assets/photo3.jpg' }
144
];
145
146
let currentIndex = 0;
0 commit comments