Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
wait 500ms
  • Loading branch information
cuixing100876 authored Jul 4, 2024
1 parent 10219a0 commit c5d3b48
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -419,10 +419,10 @@ <h2 class="title">BibTeX</h2>
};
}
}
// // Play the first video explicitly
// setTimeout(function() {
// playCurrentVideo();
// }, 500); // Slight delay to ensure everything is loaded
// Play the first video explicitly
setTimeout(function() {
playCurrentVideo();
}, 500); // Slight delay to ensure everything is loaded
//
// // Initialize the first video
// // playCurrentVideo();
Expand Down Expand Up @@ -450,7 +450,7 @@ <h2 class="title">BibTeX</h2>
$('.your-carousel').slick('setPosition');

// Play the first video explicitly
playCurrentVideo();
// playCurrentVideo();


});
Expand Down

0 comments on commit c5d3b48

Please sign in to comment.