Skip to content

Commit d6c998a

Browse files
committed
added looping of vid
1 parent 6df3704 commit d6c998a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,8 @@ <h1>🎤 Karaoke 🎵</h1>
235235
<p class="subtitle">Choose your musical adventure!</p>
236236

237237
<!-- Video Player -->
238-
<div style="text-align: center; margin: 20px 0;">
239-
<video controls style="width: 100%; max-width: 1200px; border-radius: 8px;">
238+
<div style="text-align: center; margin: 20px 0 200px 0;">
239+
<video controls loop style="width: 100%; max-width: 1200px; border-radius: 8px;">
240240
<source src="presentation/1,2,3,4,5.mp4" type="video/mp4">
241241
Your browser does not support the video element.
242242
</video>

0 commit comments

Comments
 (0)